From 09dd75176ea3b685d2049fd4aadce0e878984398 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 27 Jun 2023 17:23:00 +0100 Subject: [PATCH] hotfix: bug --- lisp/editor.el | 12 ++++++------ user/init.el | 3 --- 2 files changed, 6 insertions(+), 9 deletions(-) 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