大家的启动页面都是什么

9242 足球世界杯怎么画 | 2026-08-08 06:44:33

KiteAB

2020 年10 月 30 日 10:24

1

除doom的启动界面外:laughing:

cireu

2020 年10 月 30 日 10:25

2

*scratch*

2 个赞

Bitnut

2020 年10 月 30 日 10:39

4

cireu:

scratch

同 *scratch*

tumashu

2020 年10 月 30 日 11:40

5

空白stratch

xygt

2020 年10 月 30 日 13:24

6

启动页指向一个为0-index.org的文件,里面是一些常用文件的路径和说明

(赞美org-mode

(setq initial-buffer-choice "~/../../Onedrive/OneSyncFiles/0-index.org")

image825×524 24.6 KB

4 个赞

aqua0210

2020 年10 月 30 日 13:30

7

自动恢复上一次的session,所以启动界面就不要了。

3 个赞

realasking

2020 年10 月 30 日 14:01

8

scratch

p1uxtar

2020 年10 月 30 日 14:52

9

*scratch*

同时还有一句话:;; Enjoy counting the parentheses!

2 个赞

Kinney

2020 年10 月 30 日 15:40

10

*Scratch*

;; happy hacking emacs!

wsug

2020 年10 月 30 日 15:40

11

配置文件被我分了两份,主要使用的emacs配置启动时执行分割两个窗口(各宽80字符),固定在屏幕上的位置,左边打开shell(开好几个)自动执行一些命令脚本(异步),右边自动打开一个desk.org的文件。

次要配置的emacs就简单点,显示scratch

Youmu

2020 年10 月 30 日 20:38

12

image1907×1075 138 KB

dashboard,主要用来快速进入项目

bing

2020 年10 月 31 日 02:04

13

dashboard,上半部分是recentf,下半部分配了个tip of the day

BlindingDark

2020 年10 月 31 日 19:10

14

image817×757 39.6 KB

图片来源:www.lisperati.com/logo.html

相关帖子

如何自定义 Banner 的图案? Spacemacs

@xcodebuild 我那天看到你的 Spacemacs 似乎 banner 是 Codefalling?你怎么弄的?我换成自己的 Logo PNG 可以吗?我试着用相对路径的字符串没用呀?

1 个赞

seagle0128

2020 年11 月 1 日 07:02

15

image3296×2114 949 KB

2 个赞

chinhant

2020 年11 月 6 日 06:39

16

这种漂亮,怎么配置呢?

KiteAB

2020 年11 月 6 日 08:59

17

这个就是dashboard 然后自定义的东西比较多

seagle0128

2020 年11 月 6 日 16:05

18

请参考:

GitHub

GitHub - seagle0128/.emacs.d: Centaur Emacs - A Fancy and Fast Emacs...

Centaur Emacs - A Fancy and Fast Emacs Configuration - GitHub - seagle0128/.emacs.d: Centaur Emacs - A Fancy and Fast Emacs Configuration

chinhant

2020 年11 月 7 日 07:55

19

谢谢,现在用的是doom的默认起始页,想改成或优化成大佬这种,敢问从何处入手?

seagle0128

2020 年11 月 8 日 15:05

20

使用emacs-dashboard。可参考:

github.com

seagle0128/.emacs.d/blob/master/lisp/init-dashboard.el

;; init-dashboard.el --- Initialize dashboard configurations. -*- lexical-binding: t -*-

;; Copyright (C) 2018-2022 Vincent Zhang

;; Author: Vincent Zhang <[email protected]>

;; URL: https://github.com/seagle0128/.emacs.d

;; This file is not part of GNU Emacs.

;;

;; This program is free software; you can redistribute it and/or

;; modify it under the terms of the GNU General Public License as

;; published by the Free Software Foundation; either version 3, or

;; (at your option) any later version.

;;

;; This program is distributed in the hope that it will be useful,

;; but WITHOUT ANY WARRANTY; without even the implied warranty of

;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU

;; General Public License for more details.

;;

;; You should have received a copy of the GNU General Public License

This file has been truncated. show original

3 个赞

aeghn

2020 年11 月 8 日 15:37

21

image1241×837 231 KB

俺也用上 dashboard 了(

6 个赞