Problem wth everforest - switch to gruvbox, added protobuf-mode

This commit is contained in:
Andrew Scott 2022-07-04 13:05:31 -04:00
parent 3d7b41e6c4
commit 6366ab9592
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

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