Emacs yasnippet theme ++

master
Pierre Neidhardt 2013-06-13 17:24:42 +02:00
parent 7795ece42b
commit a87dced503
2 changed files with 3 additions and 0 deletions

1
.emacs
View File

@ -49,3 +49,4 @@ Example: to assign some-function to C-i, use
;; End of file
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -14,6 +14,8 @@
(progn
(setq yas-snippet-dirs "~/.emacs.d/snippets" )
(set-face-background 'yas/field-highlight-face "#1a1a1a")
(if (fboundp 'yas/initialize)
;; Old yasnippet versions.
(progn