diff options
-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) |