aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-04-19 04:39:42 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-04-20 02:52:27 +0530
commitc76475e427c788ae24e12e283cb07607f89c6526 (patch)
treeecb539faccb7dd5d1e7c00c5a9a9c9ae1e994ee4 /Emacs/.config/emacs/config.org
parent7e77b603ade5982f17c2bdf622f4059bf001fcb8 (diff)
downloaddotfiles-c76475e427c788ae24e12e283cb07607f89c6526.tar.gz
dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.tar.bz2
dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.zip
(Emacs/*)~cleaning up
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r--Emacs/.config/emacs/config.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 9219e66..8d2c83d 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -560,10 +560,10 @@ need to use it.
:after evil
:general
(nmmap
+ :keymaps 'override
"C-s" #'avy-goto-char-timer
- "M-s" #'isearch-forward)
- (search-leader
- "l" #'avy-goto-line))
+ "M-s" #'isearch-forward
+ "gl" #'avy-goto-line))
#+end_src
** Ace window
Though evil provides a great many features in terms of window
@@ -608,7 +608,10 @@ possible options for the next key.
:config
(which-key-mode))
#+end_src
-** Keychord
+** WAIT Keychord
+:PROPERTIES:
+:header-args:emacs-lisp: :tangle no
+:END:
Keychord is only really here for this one chord I wish to define: "jk"
for exiting insert state.
#+begin_src emacs-lisp