mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-11 01:01:11 -07:00
We were setting recentf-auto-cleanup to nil, which is not one of the supported values in its defcustom type. Set it to `'never` instead. This has exactly the same effect (recentf only references `recentf-auto-cleanup` from a `cond` statement, which does nothing for both values), but we might as well future-proof. Clean up a duplicate assignment while I'm there. Noticed because I had copied this into my personal config at some point (to disable Doom's periodic save in daemon sessions) and recently converted that config to use `setopt`, which complained. |
||
|---|---|---|
| .. | ||
| cli | ||
| lib | ||
| modules | ||
| .doommodule | ||
| demos.org | ||
| doom-cli.el | ||
| doom-compat.el | ||
| doom-editor.el | ||
| doom-elpaca.el | ||
| doom-keybinds.el | ||
| doom-lib.el | ||
| doom-projects.el | ||
| doom-start.el | ||
| doom-straight.el | ||
| doom-ui.el | ||
| doom.el | ||
| init.el | ||
| packages.el | ||