From d0d77baafb53d9cd2e18cc982368e484efb1b860 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 20 Mar 2020 12:12:09 +0000 Subject: Support KBD for toggling linum-mode I would like to restore the good practice of jumping precisely to line numbers within buffers. --- emacs/.emacs.d/wpc/wpc-keybindings.el | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit 1.4.1