emacs: add gnuplot and configure elfeed-org

This commit is contained in:
Alexandre Cavalheiro 2024-07-20 08:42:13 -03:00
parent 273a8e0bd5
commit 2838e06f07
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@
pt_BR
]
)) # for flyspell
gnuplot # for plotting graphs
languagetool # for grammar
ledger # for accounting and org-ledger
];

View file

@ -98,3 +98,6 @@
;; Configure doom-themes with treemacs
(with-eval-after-load 'doom-themes
(doom-themes-treemacs-config))
;; Configure elfeed-org
(setq rmh-elfeed-org-files '("/home/wizardlink/Documents/notes/elfeed.org"))