Skip to content

Commit

Permalink
hippie expand settings
Browse files Browse the repository at this point in the history
  • Loading branch information
langmartin committed Mar 21, 2012
1 parent f90da12 commit 36df756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site-start.el
Expand Up @@ -433,12 +433,12 @@ repeated unfill entire region as one paragraph."
(rc-schemers) (rc-schemers)
(global-set-key "\C-x\C-b" 'buffer-menu) (global-set-key "\C-x\C-b" 'buffer-menu)
(progn (progn
(global-set-key "\M-/" 'hippie-expand) (global-set-key (kbd "M-/") 'hippie-expand)
(setq hippie-expand-try-functions-list (setq hippie-expand-try-functions-list
'(try-expand-all-abbrevs '(try-expand-all-abbrevs
try-expand-dabbrev try-expand-dabbrev
try-expand-dabbrev-from-kill
try-expand-dabbrev-all-buffers try-expand-dabbrev-all-buffers
try-expand-dabbrev-from-kill
try-complete-file-name-partially try-complete-file-name-partially
try-complete-file-name try-complete-file-name
try-complete-lisp-symbol-partially try-complete-lisp-symbol-partially
Expand Down

0 comments on commit 36df756

Please sign in to comment.