From f1c1c387cd55b13ff608da2bd58bd397efc7c5f5 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Fri, 14 Jun 2024 11:00:32 +0000 Subject: Replace smartscan keybindings with error navigation --- emacs/init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 8a002f7..1d94f34 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -607,9 +607,11 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (setopt pixel-scroll-precision-mode t pixel-scroll-precision-use-momentum t) -(use-package smartscan) -(global-set-key (kbd "M-n") #'smartscan-symbol-go-forward) -(global-set-key (kbd "M-p") #'smartscan-symbol-go-backward) +;; (use-package smartscan) +;; (global-set-key (kbd "M-n") #'smartscan-symbol-go-forward) +;; (global-set-key (kbd "M-p") #'smartscan-symbol-go-backward) +(global-set-key (kbd "M-n") #'next-error) +(global-set-key (kbd "M-p") #'previous-error) ;;; sentences (setopt sentence-end-double-space nil) -- cgit 1.4.1-2-gfad0