From 4afb1697c88b471f84c39275e7706063948f1f0f Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 7 Jan 2023 20:06:39 -0600 Subject: [PATCH] Creating custom start file for Doom. --- .config/doom/start.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/doom/start.org diff --git a/.config/doom/start.org b/.config/doom/start.org new file mode 100644 index 0000000..ecd0746 --- /dev/null +++ b/.config/doom/start.org @@ -0,0 +1,13 @@ +#+title: Start + +[[file:./doom-emacs-dash.png][Doom Emacs]] + +* IMPORTANT KEYBINDINGS + +| KEYBINDING | FUNCTION | DESCRIPTION | +|------------+-----------------+-------------------------------| +| SPC . | find-file | Find a file to edit | +| SPC f r | counsel-recentf | Find a file on 'recentf-list' | +| SPC d d | [[elisp:(dired (getenv "HOME"))][Dired HOME]] | Open dired file manager | + +[[elisp:(find-function 'describe-function)]]