Files
dtos-dotfiles/.config/doom/start.org
2023-01-08 09:59:59 -06:00

3.0 KiB

DT'S Emacs Start Page

./doom-emacs-dash.png

IMPORTANT KEYBINDINGS

KEYBINDING FUNCTION DESCRIPTION
SPC . 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
SPC h d h doom/help Doom Emacs user manual
SPC h b b counsel-descbinds Describe keybindings

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

DOOM EMACS CONFIG FILES

NAME OF FILE DESCRIPTION
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: You can run doom/find-file-in-private-config (SPC f p) to search for files located in HOME/.config/doom/.