config/doom: add direnv
This commit is contained in:
parent
8ced2187e5
commit
77d2e70003
|
@ -49,9 +49,10 @@
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
(package! annotate)
|
(package! annotate) ; Annotations
|
||||||
(package! visual-fill-column)
|
(package! visual-fill-column) ; Soft line wrapping at character count
|
||||||
(package! togetherly)
|
(package! togetherly) ; Collaborative editing
|
||||||
(package! plantuml-mode)
|
(package! plantuml-mode) ; Diagrams
|
||||||
(package! ox-reveal)
|
(package! ox-reveal) ; Presentations
|
||||||
|
(package! direnv) ; nix-shell stuffs
|
||||||
;(package! plantuml-mode :recipe (:local-repo "plantuml-mode"))
|
;(package! plantuml-mode :recipe (:local-repo "plantuml-mode"))
|
||||||
|
|
Loading…
Reference in New Issue