Files
dtos-dotfiles/.config/doom/start.org
2023-01-08 14:02:13 -06:00

3.4 KiB

DT'S Emacs Start Page

./emacs-start-page.png

IMPORTANT KEYBINDINGS

M-x counsel-M-x Prompt for Emacs programs
SPC . counsel-find-file Find a file
SPC f r counsel-recentf Find a recent file
SPC d d dired Dired file manager
SPC e s eshell Launch the eshell
SPC h r r doom/reload Reload Doom Emacs

BUFFERS & SPLITS

(SPC b i) ibuffer (SPC b p) previous-buffer (SPC b n) next-buffer
(SPC b k) kill-buffer (SPC b s) save-buffer (SPC b u) sudo-save-buffer
(SPC w s) evil-window-split (SPC w v) evil-window-vsplit (SPC w w) evil-window-next
(SPC w c) evil-window-delete (SPC w l) evil-window-left (SPC w h) evil-window-right

HELP INFORMATION

(SPC h d h) doom/help (SPC h d f) doom/help-faq (SPC h i) info
(SPC h f) describe-function (SPC h v) describe-variable (SPC h b b) describe-bindings

DOOM EMACS CONFIG FILES

config.org This is the main user configuration file for Doom Emacs.
init.el Allows you to turn on/off the standard Doom modules.
packages.el Easily install extra packages by adding them to this file.
start.org View/edit your custom start page.
eshell/aliases Aliases file for the eshell.
eshell/profile Profile for the eshell.

NOTE: (SPC f p) doom/find-file-in-private-config searches for files in HOME/.config/doom/.