diff options
author | Case Duckworth | 2021-03-11 12:48:18 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-11 12:48:18 -0600 |
commit | 78d7ed5991f8ecdd3e2b9b45dca5f8964b1fb047 (patch) | |
tree | a84595f014f5c586a03601a94f8dd41a4a307dc1 | |
parent | Whitespace (diff) | |
download | emacs-78d7ed5991f8ecdd3e2b9b45dca5f8964b1fb047.tar.gz emacs-78d7ed5991f8ecdd3e2b9b45dca5f8964b1fb047.zip |
Remap `just-one-space' to `cycle-spacing'
-rw-r--r-- | init.el | 1 |
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) |