From d04bda7426e448ee69a251838b86a25e4928f1fa Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 9 Aug 2023 13:38:29 -0400 Subject: [PATCH] bump to add new modules --- emacs/config.org | 1 + emacs/init.el | 1 + 2 files changed, 2 insertions(+) diff --git a/emacs/config.org b/emacs/config.org index 4cf62ce..d8ee9e1 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -317,6 +317,7 @@ https://github.com/doomemacs/doomemacs/tree/master/modules/tools #+begin_src emacs-lisp :tangle no ;;ansible ;;biblio ; Writes a PhD for you (citation needed) +;;collab ; buffers with friends (debugger +lsp) ; FIXME stepping through code, to help you add bugs ;;direnv ;;docker diff --git a/emacs/init.el b/emacs/init.el index 4052081..4b7990c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -92,6 +92,7 @@ :tools ;;ansible ;;biblio ; Writes a PhD for you (citation needed) + ;;collab ; buffers with friends (debugger +lsp) ; FIXME stepping through code, to help you add bugs ;;direnv ;;docker