summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-26 13:05:05 -0600
committerCase Duckworth2021-12-26 13:05:05 -0600
commitd76af894cb0a53b08b2e35393f1cf85563344882 (patch)
treeefb3c44a193721b26d9c780c27ea487c239b4265 /lisp/+emacs.el
parentAdd reading-mode (diff)
downloademacs-d76af894cb0a53b08b2e35393f1cf85563344882.tar.gz
emacs-d76af894cb0a53b08b2e35393f1cf85563344882.zip
Fix random issues
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)