emacs: add gnuplot and configure elfeed-org
This commit is contained in:
parent
273a8e0bd5
commit
2838e06f07
|
@ -16,6 +16,7 @@
|
||||||
pt_BR
|
pt_BR
|
||||||
]
|
]
|
||||||
)) # for flyspell
|
)) # for flyspell
|
||||||
|
gnuplot # for plotting graphs
|
||||||
languagetool # for grammar
|
languagetool # for grammar
|
||||||
ledger # for accounting and org-ledger
|
ledger # for accounting and org-ledger
|
||||||
];
|
];
|
||||||
|
|
|
@ -98,3 +98,6 @@
|
||||||
;; Configure doom-themes with treemacs
|
;; Configure doom-themes with treemacs
|
||||||
(with-eval-after-load 'doom-themes
|
(with-eval-after-load 'doom-themes
|
||||||
(doom-themes-treemacs-config))
|
(doom-themes-treemacs-config))
|
||||||
|
|
||||||
|
;; Configure elfeed-org
|
||||||
|
(setq rmh-elfeed-org-files '("/home/wizardlink/Documents/notes/elfeed.org"))
|
||||||
|
|
Loading…
Reference in a new issue