Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Use hippie-expand in smart-tab
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jan 6, 2013
1 parent 5024f13 commit 632fe15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/misc.el
Expand Up @@ -282,6 +282,7 @@
;;; SMART-TAB
(require 'smart-tab)
(global-smart-tab-mode 1)
(setq smart-tab-using-hippie-expand t)
(setq smart-tab-completion-functions-alist
'((cperl-mode . auto-complete)
(text-mode . dabbrev-completion)))
Expand Down

0 comments on commit 632fe15

Please sign in to comment.