From 93f941f3456a9b2bdc5eff2ff77971a1e432684b Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 8 Aug 2024 21:56:46 -0400 Subject: [PATCH] Added ansible to doom --- emacs/config.org | 2 +- emacs/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/config.org b/emacs/config.org index aeb61db..230f784 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -375,7 +375,7 @@ https://github.com/doomemacs/doomemacs/tree/master/modules/tools #+name:doom-tools #+begin_src emacs-lisp :tangle no -;;ansible +ansible ;;biblio ; Writes a PhD for you (citation needed) ;;collab ; buffers with friends (debugger +lsp) ; FIXME stepping through code, to help you add bugs diff --git a/emacs/init.el b/emacs/init.el index 93d3536..7125c15 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -96,7 +96,7 @@ grammar ; tasing grammar mistake every you make :tools - ;;ansible + ansible ;;biblio ; Writes a PhD for you (citation needed) ;;collab ; buffers with friends (debugger +lsp) ; FIXME stepping through code, to help you add bugs