diff --git a/lisp/editor.el b/lisp/editor.el index 6455339..adc0c01 100644 --- a/lisp/editor.el +++ b/lisp/editor.el @@ -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 diff --git a/user/init.el b/user/init.el index e196551..a7cc8f0 100644 --- a/user/init.el +++ b/user/init.el @@ -7,7 +7,4 @@ ;; ;;; Code: -(add-to-list 'custom-theme-load-path "~/Projects/graphite-emacs") -(load-theme 'graphite t) - ;;; init.el ends here