diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2022-03-04 15:53:45 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2022-03-04 15:53:45 +0100 |
| commit | eb692c1bccee482258f89614dcacc99424fc46aa (patch) | |
| tree | af728501795e28d02011a50eeb668d362bc14129 /.doom.d/init.el | |
| parent | ff34a5b6c6e45e0f1ddd0e3b57782479680e88b3 (diff) | |
| download | dotfiles-eb692c1bccee482258f89614dcacc99424fc46aa.tar.gz dotfiles-eb692c1bccee482258f89614dcacc99424fc46aa.zip | |
emacs: add docker support
I'm not using the fancy function, just the Dockerfile mode for editing
them...
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.doom.d/init.el')
| -rw-r--r-- | .doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index 1738ecb..2696bc6 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -73,7 +73,7 @@ ;;ansible ;;debugger ; FIXME stepping through code, to help you add bugs ;;direnv - ;;docker + docker ;;editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) |
