about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-12 09:35:49 -0600
committerCase Duckworth2021-03-12 09:35:49 -0600
commit4fd04be32d74b561fb9cacd528322f0de7ae1b34 (patch)
treeeb2aa54716ef665abc769f6c008ee7b1fa1bf896
parentInstall `simple-modeline' (diff)
downloademacs-4fd04be32d74b561fb9cacd528322f0de7ae1b34.tar.gz
emacs-4fd04be32d74b561fb9cacd528322f0de7ae1b34.zip
Add binding for `hippie-expand'
-rw-r--r--init.el1
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)