summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2026-09-26 04:14:43 +0200
committerLibravatar Terin Stock <terinjokes@gmail.com>2026-09-26 04:14:43 +0200
commit0cd79bb9a1cabe86594ab268cff1e9f6bd5ae25a (patch)
tree8e562bc1653248830ab658af7bc438d8b4a7261a
parentfeat(tramp): enable and use run0 method (diff)
downloaddoom-emacs-0cd79bb9a1cabe86594ab268cff1e9f6bd5ae25a.tar.xz
switch to modus-vivendi theme
Also removes +pretty to fix fringe indicators
-rw-r--r--config.el2
-rw-r--r--init.el2
-rw-r--r--packages.el2
3 files changed, 2 insertions, 4 deletions
diff --git a/config.el b/config.el
index c1be7da..567ba7d 100644
--- a/config.el
+++ b/config.el
@@ -30,7 +30,7 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
-(setq doom-theme 'catppuccin)
+(setq doom-theme 'modus-vivendi)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
diff --git a/init.el b/init.el
index d26a7e1..f00e7ea 100644
--- a/init.el
+++ b/init.el
@@ -46,7 +46,7 @@
;;tabs ; a tab bar for Emacs
;;treemacs ; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages
- (vc-gutter +pretty) ; vcs diff in the fringe
+ vc-gutter ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
;;window-select ; visually switch windows
workspaces ; tab emulation, persistence & separate workspaces
diff --git a/packages.el b/packages.el
index c8c5f9d..c00ad0f 100644
--- a/packages.el
+++ b/packages.el
@@ -4,5 +4,3 @@
(package! magit-delta)
(package! meson-mode)
(package! ebuild-mode)
-(package! catppuccin-theme
- :pin "2975032bcf55d23b1cc05e323f5c30ec36bf17ba")