sudo-edit seems useful

This commit is contained in:
Emmet 2023-11-07 14:30:36 -06:00
parent 473211bdcc
commit 429f3c52c9
2 changed files with 2 additions and 0 deletions

View file

@ -1857,6 +1857,7 @@ Any git package can be configured for a particular commit or branch:
(package! docker-tramp :disable t)
(package! org-ql)
(package! persist)
(package! sudo-edit)
#+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

@ -29,3 +29,4 @@
(package! docker-tramp :disable t)
(package! org-ql)
(package! persist)
(package! sudo-edit)