Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #152 from kencausey/v2
Browse files Browse the repository at this point in the history
Require hippie-exp
  • Loading branch information
technomancy committed Oct 25, 2012
2 parents a908ed2 + cba6618 commit c0b1312
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions starter-kit-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,13 @@ comment as a filename."
(random t) ;; Seed the random-number generator

;; Hippie expand: at times perhaps too hip
(dolist (f '(try-expand-line try-expand-list try-complete-file-name-partially))
(delete f hippie-expand-try-functions-list))

;; Add this back in at the end of the list.
(add-to-list 'hippie-expand-try-functions-list 'try-complete-file-name-partially t)
(eval-after-load 'hippie-exp
'(progn
(dolist (f '(try-expand-line try-expand-list try-complete-file-name-partially))
(delete f hippie-expand-try-functions-list))

;; Add this back in at the end of the list.
(add-to-list 'hippie-expand-try-functions-list 'try-complete-file-name-partially t)))

(eval-after-load 'grep
'(when (boundp 'grep-find-ignored-files)
Expand Down

0 comments on commit c0b1312

Please sign in to comment.