mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 05:50:47 -05:00
Problem wth everforest - switch to gruvbox, added protobuf-mode
This commit is contained in:
parent
3d7b41e6c4
commit
6366ab9592
1 changed files with 16 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue