config/doom: add direnv

This commit is contained in:
xerus2000 2021-02-18 13:58:39 +01:00
parent 8ced2187e5
commit 77d2e70003
1 changed files with 6 additions and 5 deletions

View File

@ -49,9 +49,10 @@
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! annotate)
(package! visual-fill-column)
(package! togetherly)
(package! plantuml-mode)
(package! ox-reveal)
(package! annotate) ; Annotations
(package! visual-fill-column) ; Soft line wrapping at character count
(package! togetherly) ; Collaborative editing
(package! plantuml-mode) ; Diagrams
(package! ox-reveal) ; Presentations
(package! direnv) ; nix-shell stuffs
;(package! plantuml-mode :recipe (:local-repo "plantuml-mode"))