Gets rid of emacs29 docker-tramp obsolete warning
This commit is contained in:
@ -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]].
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user