about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-20T12·12+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-20T12·12+0000
commitd0d77baafb53d9cd2e18cc982368e484efb1b860 (patch)
tree11dd922a9edf2ec294fb185e4f38465c62c4c526 /emacs/.emacs.d/wpc
parentf4fea2346e69235f8346ae626359fa1bf901282d (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/.emacs.d/wpc')
-rw-r--r--emacs/.emacs.d/wpc/wpc-keybindings.el3
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