diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-20T12·12+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-20T12·12+0000 |
commit | d0d77baafb53d9cd2e18cc982368e484efb1b860 (patch) | |
tree | 11dd922a9edf2ec294fb185e4f38465c62c4c526 /emacs | |
parent | f4fea2346e69235f8346ae626359fa1bf901282d (diff) |
Support KBD for toggling linum-mode
I would like to restore the good practice of jumping precisely to line numbers within buffers.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-keybindings.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-keybindings.el b/emacs/.emacs.d/wpc/wpc-keybindings.el index 2ff4fe375829..595cb8793dab 100644 --- a/emacs/.emacs.d/wpc/wpc-keybindings.el +++ b/emacs/.emacs.d/wpc/wpc-keybindings.el @@ -125,8 +125,7 @@ "el" (lambda () (interactive) (wpc/find-file-split "~/variables.zsh")) "ex" (lambda () (interactive) (wpc/find-file-split "~/.Xresources")) "em" (lambda () (interactive) (wpc/find-file-split "~/.tmux.conf")) - "l" #'locate - "L" #'list-packages + "l" #'linum-mode "B" #'magit-blame "w" #'save-buffer "r" #'wpc/evil-replace-under-point |