commit 0812042b76691c704d902acd7710350648bd9344 parent 3e6247093b6c4ae6903645cac47c9981f9d64692 Author: Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 18 May 2020 12:22:28 +0200 Remove obsolete kludge for rg-mode Turns out somebody filed an issue soon after I committed my workaround: https://github.com/dajva/rg.el/issues/72 Now fixed ๐ Diffstat:
| M | .emacs | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/.emacs b/.emacs @@ -230,13 +230,6 @@ (kill-new action-stamp) (message action-stamp)))))) -;; rg re-binds C-n and C-p. I loathe arrow keys for regular movement, -;; and n and p are laggy because they visit the matched files. -;; Since I can't blame anyone for telling me "It's 2019; use the arrow -;; keys and buy an SSD already", I'll just add this kludgeโฆ -(define-key rg-mode-map (kbd "C-p") nil) -(define-key rg-mode-map (kbd "C-n") nil) - ;; Major modes configuration