aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-10 12:31:17 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-10 12:31:17 +0100
commit7bfcdf013cd13712e11424715fc9eb50fb15a60c (patch)
tree68c06cbd4dfa1d55af7149694175fc42bb9a6621 /Emacs/.config/emacs
parent94688ca03055a5f3c6bca4baeaed3aa105f2e605 (diff)
downloaddotfiles-7bfcdf013cd13712e11424715fc9eb50fb15a60c.tar.gz
dotfiles-7bfcdf013cd13712e11424715fc9eb50fb15a60c.tar.bz2
dotfiles-7bfcdf013cd13712e11424715fc9eb50fb15a60c.zip
~cf -> cF for dired at ~/Code/
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