(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

@@ -125,7 +125,7 @@ Some bindings that I couldn't fit elsewhere easily.
(leader
"SPC" '(execute-extended-command :which-key "M-x")
"'" '(browse-url-emacs :which-key "Open url in Emacs")
"'" '(browse-url-emacs :which-key "Download URL to Emacs")
";" 'eval-expression
":" `(,(proc (interactive) (switch-to-buffer "*scratch*"))
:which-key "Switch to *scratch*")
@@ -185,7 +185,7 @@ Setup the evil package, with some opinionated keybindings:
"TAB" #'evil-jump-item
"r" #'evil-replace-state
"zC" #'hs-hide-level
"zO" #'hs-show-all
"zO" #'hs-show-all
"'" #'evil-goto-mark
"`" #'evil-goto-mark-line
"C-w" #'evil-window-map