From bec571b540b84a64f21c2faa6bb71e85a748eba6 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 11 Jul 2024 05:09:49 -0300 Subject: [PATCH] emacs: add ledger package and remove rgb module --- programs/emacs/default.nix | 1 + programs/emacs/doom/init.el | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/emacs/default.nix b/programs/emacs/default.nix index b743cab..6319ca3 100644 --- a/programs/emacs/default.nix +++ b/programs/emacs/default.nix @@ -17,6 +17,7 @@ ] )) # for flyspell languagetool # for grammar + ledger # for accounting and org-ledger ]; # Neatly place the configuration files for doom in their right place. diff --git a/programs/emacs/doom/init.el b/programs/emacs/doom/init.el index 333c8ad..eefc4d6 100644 --- a/programs/emacs/doom/init.el +++ b/programs/emacs/doom/init.el @@ -104,7 +104,6 @@ ;;pass ; password manager for nerds ;;pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders - rgb ; creating color strings ;;taskrunner ; taskrunner for all your projects ;;terraform ; infrastructure as code ;;tmux ; an API for interacting with tmux