about summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r--lisp/+emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index ecf1ec5..fa94a10 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el
@@ -224,7 +224,7 @@ Optional ARG causes the paragraph to \"unfill.\""
224 224
225;; I need to place these bindings under `+key-mode-map' so that they aren't 225;; I need to place these bindings under `+key-mode-map' so that they aren't
226;; shadowed by other maps. There might be a better way to do this. 226;; shadowed by other maps. There might be a better way to do this.
227(require +key) 227(require '+key)
228 228
229(dolist (binding '(("C-x C-c" . +save-buffers-quit) 229(dolist (binding '(("C-x C-c" . +save-buffers-quit)
230 ("M-SPC" . +cycle-spacing) 230 ("M-SPC" . +cycle-spacing)