Set mc/list-file to doom-etc-dir

This commit is contained in:
Henrik Lissner 2017-11-02 14:17:15 +01:00
parent 213e933a80
commit 60d6335acb
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -105,6 +105,7 @@ melodramatic ex-vimmer disappointed with the text-editor status quo."
auto-save-list-file-name (concat doom-cache-dir "autosave")
backup-directory-alist (list (cons "." (concat doom-cache-dir "backup/")))
pcache-directory (concat doom-cache-dir "pcache/")
mc/list-file (concat doom-etc-dir "mc-lists.el")
server-auth-dir (concat doom-cache-dir "server/")
shared-game-score-directory (concat doom-etc-dir "shared-game-score/")
tramp-auto-save-directory (concat doom-cache-dir "tramp-auto-save/")