fixed #2
This commit is contained in:
parent
aad7b3f280
commit
6bcf46a01d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue