summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-12 12:53:39 -0600
committerCase Duckworth2021-03-12 12:53:57 -0600
commit49c282f301911fd37451d34170472b63bf21650b (patch)
tree3be1e2b8703e8917600ded7f6a77d7432bf46d58 /init.el
parentChange `add-hook' to `acdw/hooks' (diff)
downloademacs-49c282f301911fd37451d34170472b63bf21650b.tar.gz
emacs-49c282f301911fd37451d34170472b63bf21650b.zip
Add `acdw/binds' to bind more than one key at once
I should probably change `acdw/bind-after-map' to use this macro...
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)