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