elfeed-org
elfeed-org copied to clipboard
file-error creating directory read-only file system
I am usang NixOS and configure my emacs package inside my /nix/store
.
I got the following error when trying to setup elfeed-org
as follow:
(use-package! elfeed-org
:init
(setq rmh-elfeed-org-files '("/home/rizary/feed/feeds.org"))
:config
(elfeed-org))
This is the error:
Error in private config: config.el, (file-error Creating directory Read-only file system /nix/store/rlj4lvj6ya9f88zxsrcn7vpcpy5cxzrh-straight-emacs-env/elfeed)
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.```
I don't a clue to be honest. But if you find out and provide a pull request I am happy to merge it.