This commit is contained in:
Bozhidar Batsov 2011-10-09 21:24:39 +03:00
parent aad7b3f280
commit 6bcf46a01d

View file

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