From ea979bdc4123c425e5dd93bd61bbb413688ead6a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 10 May 2022 08:33:14 -0500 Subject: meh --- lisp/+emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/+emacs.el') diff --git a/lisp/+emacs.el b/lisp/+emacs.el index a0627cf..7851c43 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el @@ -297,7 +297,7 @@ ARG is passed to `backward-kill-word'." ("C-r" . isearch-backward-regexp) ("C-M-s" . isearch-forward) ("C-M-r" . isearch-backward))) - (define-key +key-mode-map (kbd (car binding)) (cdr binding))) + (define-key (current-global-map) (kbd (car binding)) (cdr binding))) ;;; Required libraries -- cgit 1.4.1-21-gabe81