diff options
-rw-r--r-- | config.org | 6 |
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 |