diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-19 04:39:42 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-20 02:52:27 +0530 |
commit | c76475e427c788ae24e12e283cb07607f89c6526 (patch) | |
tree | ecb539faccb7dd5d1e7c00c5a9a9c9ae1e994ee4 /Emacs/.config/emacs/core.org | |
parent | 7e77b603ade5982f17c2bdf622f4059bf001fcb8 (diff) | |
download | dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.tar.gz dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.tar.bz2 dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.zip |
(Emacs/*)~cleaning up
Diffstat (limited to 'Emacs/.config/emacs/core.org')
-rw-r--r-- | Emacs/.config/emacs/core.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org index 0f0d9c6..bc3a2cd 100644 --- a/Emacs/.config/emacs/core.org +++ b/Emacs/.config/emacs/core.org @@ -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 |