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)