summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2022-05-10 08:33:14 -0500
committerCase Duckworth2022-05-10 08:33:14 -0500
commitea979bdc4123c425e5dd93bd61bbb413688ead6a (patch)
tree9de9bb88b2dd91bce16f9c6eeca7584dc01d6c61 /lisp
parentAdd +modeline-spacer (diff)
downloademacs-ea979bdc4123c425e5dd93bd61bbb413688ead6a.tar.gz
emacs-ea979bdc4123c425e5dd93bd61bbb413688ead6a.zip
meh
Diffstat (limited to 'lisp')
-rw-r--r--lisp/+emacs.el2
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