diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." | |||
297 | ("C-r" . isearch-backward-regexp) | 297 | ("C-r" . isearch-backward-regexp) |
298 | ("C-M-s" . isearch-forward) | 298 | ("C-M-s" . isearch-forward) |
299 | ("C-M-r" . isearch-backward))) | 299 | ("C-M-r" . isearch-backward))) |
300 | (define-key +key-mode-map (kbd (car binding)) (cdr binding))) | 300 | (define-key (current-global-map) (kbd (car binding)) (cdr binding))) |
301 | 301 | ||
302 | 302 | ||
303 | ;;; Required libraries | 303 | ;;; Required libraries |