summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-02 10:03:10 -0600
committerCase Duckworth2021-01-02 10:03:10 -0600
commit6454f2cab9fb104c8a1f4b4edb0510265b54f4d9 (patch)
treed01419ebad0eec6217c1bd17eed463b0d6c6fad7 /config.org
parentDefine consult keys after loading consult (diff)
downloademacs-6454f2cab9fb104c8a1f4b4edb0510265b54f4d9.tar.gz
emacs-6454f2cab9fb104c8a1f4b4edb0510265b54f4d9.zip
Use hippie-expand
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index edc1cd6..aa187c0 100644 --- a/config.org +++ b/config.org
@@ -634,6 +634,12 @@ Anyway, I should probably be able to figure out how to properly change the theme
634 (add-hook 'after-init-hook #'setup-ido-mode) 634 (add-hook 'after-init-hook #'setup-ido-mode)
635#+end_src 635#+end_src
636 636
637*** Completion
638
639#+begin_src emacs-lisp
640 (global-set-key (kbd "M-/") #'hippie-expand)
641#+end_src
642
637** Keyboard 643** Keyboard
638 644
639*** =ESC= cancels all 645*** =ESC= cancels all