Add docker support back
This commit is contained in:
parent
68f882bd5e
commit
d33723c56e
3
init.el
3
init.el
|
@ -70,6 +70,7 @@
|
|||
pdf ; pdf enhancements
|
||||
rgb ; creating color strings
|
||||
tree-sitter
|
||||
(docker +lsp)
|
||||
|
||||
:os
|
||||
(:if IS-MAC macos) ; improve compatibility with macOS
|
||||
|
@ -114,4 +115,4 @@
|
|||
(default +bindings +smartparens))
|
||||
|
||||
(when IS-WINDOWS
|
||||
(setq native-comp-deferred-compilation t))
|
||||
(setq native-comp-deferred-compilation t))
|
||||
|
|
Loading…
Reference in New Issue