diff --git a/prelude-editor.el b/prelude-editor.el index 5fd785c..f502307 100644 --- a/prelude-editor.el +++ b/prelude-editor.el @@ -156,6 +156,10 @@ ;; enabled auto-fill mode in text-mode and all related modes (add-hook 'text-mode-hook 'turn-on-auto-fill) +;; load yasnippet +(require 'yasnippet) ;; not yasnippet-bundle +(yas/initialize) + (provide 'prelude-editor) ;;; prelude-editor.el ends here