Browse Source

Added hippie expand as M-/

master
Raphael Roberts 7 years ago
parent
commit
57a79b6a8f
  1. 8
      settings.org

8
settings.org

@ -62,6 +62,14 @@
#+BEGIN_SRC emacs-lisp
(global-set-key (kbd "C->") 'comint-dynamic-complete-filename)
#+END_SRC
*** hippie expand
#+BEGIN_SRC emacs-lisp
(global-set-key (kbd "M-/") 'hippie-expand)
(setq hippie-expand-try-functions-list '(try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill
try-complete-file-name-partially try-complete-file-name
try-expand-all-abbrevs try-expand-list try-expand-line
try-complete-lisp-symbol-partially try-complete-lisp-symbol))
#+END_SRC
** options
*** global
**** recent files

Loading…
Cancel
Save