.emacs.d/site-lisp/oni.el

This commit is contained in:
Tom Willemsen 2012-11-19 23:23:13 +01:00
parent c99d57dbf3
commit 07be108b4e

View file

@ -273,6 +273,13 @@ If COUNT has been specified indent by that much, otherwise look at
(kill-region (region-beginning) (region-end))
(kill-line)))
(defun oni:load-hippie-exp (other)
"Make sure both hippie-expand and yasnippet are loaded in order
to add yasnippet's expand function to hippie-expand."
(require other)
(add-to-list 'hippie-expand-try-functions-list
'yas/hippie-try-expand))
(defun oni:lua-mode-func()
"Function for `lua-mode-hook'."
(local-unset-key (kbd ")"))