My sun... it's setting... It's dark, so dark...

This commit is contained in:
Emmet 2024-06-15 12:55:58 -05:00
parent 457f990a19
commit cd68eedf59
3 changed files with 2 additions and 6 deletions

View file

@ -51,9 +51,6 @@
(add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup)
(all-the-icons-completion-mode)
;; Lighter/darker backgrounds can get annoying
(solaire-global-mode -1)
;; Grammar tasing should be voluntary
(setq writegood-mode nil)

View file

@ -114,9 +114,6 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
(add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup)
(all-the-icons-completion-mode)
;; Lighter/darker backgrounds can get annoying
(solaire-global-mode -1)
;; Grammar tasing should be voluntary
(setq writegood-mode nil)
@ -2072,6 +2069,7 @@ Any git package can be configured for a particular commit or branch:
(package! org-ql)
(package! persist)
(package! sudo-edit)
(package! solaire-mode :disable t)
#+END_SRC
* Nix Integration
In order to have Nix load my Doom Emacs configuration [[./doom.nix][doom.nix]], which I source in the =imports= block of my [[../../../profiles/work/home.nix][home.nix]].

View file

@ -31,3 +31,4 @@
(package! org-ql)
(package! persist)
(package! sudo-edit)
(package! solaire-mode :disable t)