aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/config.org5
1 files changed, 1 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index fa81f6b..4a8d30f 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -176,6 +176,7 @@ and it's functionally equivalent the doom/spacemacs leader.
"!" #'async-shell-command
"SPC" #'execute-extended-command
"u" #'universal-argument
+ "cF" #'(lambda () (interactive) (find-file "~/Code/"))
"si" #'imenu
"h" #'help-command)
@@ -186,10 +187,6 @@ and it's functionally equivalent the doom/spacemacs leader.
"b" #'switch-to-buffer)
(leader
- :infix "c"
- "f" #'(lambda () (interactive) (find-file "~/Code/")))
-
- (leader
:infix "f"
"f" #'find-file
"s" #'save-buffer