From 77d2e70003a09f5095b388d9f6d396292be92545 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Thu, 18 Feb 2021 13:58:39 +0100 Subject: [PATCH] config/doom: add direnv --- .config/doom/packages.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/doom/packages.el b/.config/doom/packages.el index 27ed2ab..df373b9 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -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"))