From 6366ab9592243f0475f510934a34e2f17c424653 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 4 Jul 2022 13:05:31 -0400 Subject: [PATCH] Problem wth everforest - switch to gruvbox, added protobuf-mode --- emacs.d/init.el | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 5661c32..e8fbd95 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -117,17 +117,18 @@ :custom (straight-use-package-by-default t)) ;; Theme + (setq custom-safe-themes t) -;; (use-package atom-one-dark-theme -;; :config -;; (load-theme 'atom-one-dark t)) +;; (use-package everforest +;; :straight (:type git :repo "https://git.sr.ht/~theorytoe/everforest-theme") +;; :config +;; (load-theme 'everforest-hard-dark t)) -(use-package everforest-hard-dark-theme - :straight (everforest-hard-dark-theme :type git :repo "https://git.sr.ht/~theorytoe/everforest-hard-dark-theme") +(use-package gruvbox-theme :config - (load-theme 'everforest-hard-dark t)) - + (load-theme 'gruvbox-dark-soft t)) + ;; Help distinguish work buffers from others like sidebars and terminal (use-package solaire-mode :init @@ -313,7 +314,9 @@ ("C-n" . company-select-next) ("C-p" . company-select-previous))) -;;; Languages +;;; Languages/Tools + +;; Highlighting/Formatting (use-package apheleia :init @@ -421,6 +424,11 @@ (setq lsp-tex-server 'digestif) + +;; Protocol Buffers + +(use-package protobuf-mode) + ;; Python (setq dap-python-debugger 'debugpy)