(Emacs/*)~cleaning up

This commit is contained in:
2024-04-19 04:39:42 +05:30
parent 7e77b603ad
commit c76475e427
10 changed files with 86 additions and 594 deletions

View File

@@ -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