Remove the docker tramp obsolete warning (#15899)

This commit is contained in:
Codruț Constantin Gușoi 2023-01-22 16:49:31 +00:00 committed by GitHub
parent d08822c614
commit 50825419ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
(defconst docker-packages (defconst docker-packages
'( '(
docker docker
docker-tramp (docker-tramp :toggle (version< emacs-version "29.1"))
dockerfile-mode dockerfile-mode
flycheck)) flycheck))