diff options
author | Case Duckworth | 2022-05-10 08:33:14 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-10 08:33:14 -0500 |
commit | ea979bdc4123c425e5dd93bd61bbb413688ead6a (patch) | |
tree | 9de9bb88b2dd91bce16f9c6eeca7584dc01d6c61 /lisp | |
parent | Add +modeline-spacer (diff) | |
download | emacs-ea979bdc4123c425e5dd93bd61bbb413688ead6a.tar.gz emacs-ea979bdc4123c425e5dd93bd61bbb413688ead6a.zip |
meh
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 |