mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
My sun... it's setting... It's dark, so dark...
This commit is contained in:
parent
457f990a19
commit
cd68eedf59
|
@ -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)
|
||||
|
||||
|
|
|
@ -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]].
|
||||
|
|
|
@ -31,3 +31,4 @@
|
|||
(package! org-ql)
|
||||
(package! persist)
|
||||
(package! sudo-edit)
|
||||
(package! solaire-mode :disable t)
|
||||
|
|
Loading…
Reference in a new issue