aboutsummaryrefslogtreecommitdiff
path: root/doom.d
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/config.org8
1 files changed, 1 insertions, 7 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index 53275b9..17b0741 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -32,6 +32,7 @@ become my C one soon!
:desc "Indent" "j" 'indent-region
:desc "Reload emacs" "r" 'oreodave/reload
:desc "Compile via make" "cC" '+make/run
+ :desc "Open books" "B" '(lambda () (interactive) (dired "~/Text/Books"))
; Redefine <SPC><SPC> as M-x rather than find-file because of my muscle memory with spacemacs
; General maps like <SPC>j for indenting because I don't know what else to bind them to
; <SPC>pf => project -> find file
@@ -309,13 +310,6 @@ in Doom, so I need this binding
:desc "Format code universally" "=" 'format-all-buffer)
)
#+END_SRC
-*** Books
-#+BEGIN_SRC elisp
-(map!
- :leader
- :desc "Open folder" "B" '(lambda () (interactive) (dired "~/Text/Books"))
- )
-#+END_SRC
*** Download Items
#+BEGIN_SRC elisp
(defun oreodave/request-json-fn (url)