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) ;; ...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"))