Skip to content

Commit

Permalink
Complete full-line hippie-expand from end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Mar 20, 2013
1 parent 183996c commit f79b44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup-hippie.el
Expand Up @@ -158,6 +158,7 @@ string). It returns t if a new completion is found, nil otherwise."
(interactive)
(let ((hippie-expand-try-functions-list '(try-expand-line-closest-first
try-expand-line-all-buffers)))
(end-of-line)
(hippie-expand nil)))

;; Don't case-fold when expanding with hippe
Expand Down

0 comments on commit f79b44a

Please sign in to comment.