home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fff4dea9bece4a9828a048be83abbe3ab4a1aa2d
parent e8e7c9784a917198019945682e4f89f783197df8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  8 Jul 2021 19:25:21 +0200

tools/emacs: put elfeed db in the sync folder…

… and bind it to something to easily start/jump to elfeed.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-elfeed.el | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-elfeed.el b/tools/emacs/config/config-elfeed.el @@ -5,9 +5,12 @@ (use-package elfeed :commands (elfeed) + :bind (("C-c x e" . elfeed)) :config (setq-default elfeed-log-level 'debug - elfeed-use-curl 't) + elfeed-use-curl 't + elfeed-db-directory "~/sync/elfeed/db/" + elfeed-db-index "~/sync/elfeed/index") (elfeed-org) (use-package elfeed-org :config