diff options
| author | jao <jao@gnu.org> | 2025-11-23 01:51:52 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-23 19:04:10 +0000 |
| commit | 66fe6f8c425f3091a4e385eaa6eb1b3811255405 (patch) | |
| tree | 7dfc5c74768d07d850ef3c20d7012b207db001dd /init.el | |
| parent | 3373b18f3537401ebdf09a017bd666a6def0830d (diff) | |
| download | elibs-66fe6f8c425f3091a4e385eaa6eb1b3811255405.tar.gz elibs-66fe6f8c425f3091a4e385eaa6eb1b3811255405.tar.bz2 | |
docker support
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -168,9 +168,12 @@ ;;;; timers (put 'list-timers 'disabled nil) -;;;; tramp +;;;; tramp and remote files (docker) (when (> emacs-major-version 29) (inhibit-remote-files)) +(use-package dockerfile-mode :ensure t) +(use-package docker :ensure t) + ;;;; sleep/awake (use-package jao-sleep :if (jao-is-linux) |
