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
|
pdf ; pdf enhancements
|
||||||
rgb ; creating color strings
|
rgb ; creating color strings
|
||||||
tree-sitter
|
tree-sitter
|
||||||
|
(docker +lsp)
|
||||||
|
|
||||||
:os
|
:os
|
||||||
(:if IS-MAC macos) ; improve compatibility with macOS
|
(:if IS-MAC macos) ; improve compatibility with macOS
|
||||||
|
@ -114,4 +115,4 @@
|
||||||
(default +bindings +smartparens))
|
(default +bindings +smartparens))
|
||||||
|
|
||||||
(when IS-WINDOWS
|
(when IS-WINDOWS
|
||||||
(setq native-comp-deferred-compilation t))
|
(setq native-comp-deferred-compilation t))
|
||||||
|
|
Loading…
Reference in New Issue