hotfix: bug
This commit is contained in:
parent
b75c6b520f
commit
09dd75176e
|
@ -14,13 +14,13 @@
|
|||
(global-visual-line-mode 1) ; Prevent wrapping of words
|
||||
|
||||
;; yasnippet - A template system for Emacs
|
||||
(use-package yasnippet
|
||||
:config
|
||||
(yas-reload-all)
|
||||
(yas-global-mode))
|
||||
;; (use-package yasnippet
|
||||
;; :config
|
||||
;; (yas-reload-all)
|
||||
;; (yas-global-mode))
|
||||
;; yasnippet-snippets - A snippet collection package by AndreaCotti
|
||||
(use-package yasnippet-snippets
|
||||
:after yasnippet)
|
||||
;; (use-package yasnippet-snippets
|
||||
;; :after yasnippet)
|
||||
|
||||
;; evil - A Vi Layer inside of Emacs
|
||||
(use-package evil
|
||||
|
|
|
@ -7,7 +7,4 @@
|
|||
;;
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'custom-theme-load-path "~/Projects/graphite-emacs")
|
||||
(load-theme 'graphite t)
|
||||
|
||||
;;; init.el ends here
|
||||
|
|
Reference in a new issue