mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
initialize yasnippet in what I believe is a "safer" way
This commit is contained in:
@@ -121,8 +121,9 @@
|
||||
;;
|
||||
|
||||
;; Configure Yasnippet
|
||||
(yas/initialize)
|
||||
(yas/load-directory "~/.emacs.d/snippets")
|
||||
(when (require 'yasnippet nil 'noerror)
|
||||
(yas/initialize)
|
||||
(yas/load-directory "~/.emacs.d/snippets"))
|
||||
|
||||
;; Load and setup Escreen
|
||||
(when (require 'escreen nil 'noerror)
|
||||
|
||||
Reference in New Issue
Block a user