hotfix: bug

This commit is contained in:
Muhammad Nauman Raza 2023-06-27 17:23:00 +01:00
parent b75c6b520f
commit 09dd75176e
No known key found for this signature in database
GPG key ID: 4FFEEB78B8A620C7
2 changed files with 6 additions and 9 deletions

View file

@ -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

View file

@ -7,7 +7,4 @@
;;
;;; Code:
(add-to-list 'custom-theme-load-path "~/Projects/graphite-emacs")
(load-theme 'graphite t)
;;; init.el ends here