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, 7 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index 0dc3c3b..546fb92 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -36,7 +36,13 @@ I like monokai :)
:desc "Indent" "j" 'indent-region
:desc "Open calendar" "rc" '(lambda() (interactive) (find-file "~/Text/calendar.org"))
:desc "Open project files" "pf" 'projectile-find-file
-
+#+END_SRC
+- 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
+#+BEGIN_SRC emacs-lisp
(:prefix "/" ; Search
:desc "Ag!" "a" '+ivy/ag
:desc "Search buffer" "/" 'swiper