summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/init.el b/init.el index ee57b11..3466c12 100644 --- a/init.el +++ b/init.el
@@ -151,9 +151,11 @@
151 (scroll-preserve-screen-position 1))) 151 (scroll-preserve-screen-position 1)))
152 152
153;; Bindings 153;; Bindings
154(acdw/bind "C-h" ehelp-command :after ("ehelp" nil nil 'keymap)) 154(acdw/binds (("C-h" ehelp-command :after ("ehelp" nil nil 'keymap))
155(acdw/bind [remap just-one-space] cycle-spacing) 155 ([remap just-one-space] cycle-spacing)
156(acdw/bind "M-/" hippie-expand) 156 ("M-/" hippie-expand)
157 ("M-=" count-words)
158 ("C-x C-b" ibuffer)))
157 159
158;;; Startup 160;;; Startup
159(acdw/set `((inhibit-startup-screen t) 161(acdw/set `((inhibit-startup-screen t)