1

I found in elfeed-db.el code:

(defcustom elfeed-db-directory "~/.elfeed"
  "Directory where elfeed will store its database."
  :group 'elfeed
  :type 'directory)

but I don't know how/where to customize it. I need this, because i synchronize Emacs between computers.

Cheers

Kuba

laplace
  • 63
  • 1
  • 4

1 Answers1

1

I found the answer: variable elfeed-db-directory is responsible for location of database and I set this via setq in init.el to my own location.

Stefan
  • 26,404
  • 3
  • 48
  • 85
laplace
  • 63
  • 1
  • 4