diff options
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 3b970f5..3aca829 100644 --- a/init.el +++ b/init.el | |||
@@ -153,6 +153,7 @@ | |||
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 | (acdw/bind [remap just-one-space] cycle-spacing) |
156 | (acdw/bind "M-/" hippie-expand) | ||
156 | 157 | ||
157 | ;;; Startup | 158 | ;;; Startup |
158 | (acdw/set `((inhibit-startup-screen t) | 159 | (acdw/set `((inhibit-startup-screen t) |