summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 12:48:18 -0600
committerCase Duckworth2021-03-11 12:48:18 -0600
commit78d7ed5991f8ecdd3e2b9b45dca5f8964b1fb047 (patch)
treea84595f014f5c586a03601a94f8dd41a4a307dc1 /init.el
parentWhitespace (diff)
downloademacs-78d7ed5991f8ecdd3e2b9b45dca5f8964b1fb047.tar.gz
emacs-78d7ed5991f8ecdd3e2b9b45dca5f8964b1fb047.zip
Remap `just-one-space' to `cycle-spacing'
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 99a19b7..7ca8aec 100644 --- a/init.el +++ b/init.el
@@ -152,6 +152,7 @@
152 152
153;; Bindings 153;; Bindings
154(acdw/bind "C-h" ehelp-command :after ("ehelp" nil nil 'keymap)) 154(acdw/bind "C-h" ehelp-command :after ("ehelp" nil nil 'keymap))
155(acdw/bind [remap just-one-space] cycle-spacing)
155 156
156;;; Startup 157;;; Startup
157(acdw/set `((inhibit-startup-screen t) 158(acdw/set `((inhibit-startup-screen t)