Gets rid of emacs29 docker-tramp obsolete warning

This commit is contained in:
Emmet 2023-10-06 17:56:16 -05:00
parent a312ad8b0e
commit 7f3ff1f798
2 changed files with 2 additions and 0 deletions

View file

@ -1752,6 +1752,7 @@ Any git package can be configured for a particular commit or branch:
(package! centered-cursor-mode) (package! centered-cursor-mode)
(package! elfeed) (package! elfeed)
(package! elfeed-protocol) (package! elfeed-protocol)
(package! docker-tramp :disable t)
#+END_SRC #+END_SRC
* Nix Integration * 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]]. 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

@ -24,3 +24,4 @@
(package! centered-cursor-mode) (package! centered-cursor-mode)
(package! elfeed) (package! elfeed)
(package! elfeed-protocol) (package! elfeed-protocol)
(package! docker-tramp :disable t)