Remove duplicate slashes in paths
This commit is contained in:
parent
90d6b33667
commit
8abbbda3d6
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ line or use --debug-init to enable this.")
|
|||
minibuffer-prompt-properties '(read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt)
|
||||
;; History & backup settings
|
||||
auto-save-default nil
|
||||
auto-save-list-file-name (concat doom-cache-dir "/autosave")
|
||||
backup-directory-alist (list (cons ".*" (concat doom-cache-dir "/backup/")))
|
||||
auto-save-list-file-name (concat doom-cache-dir "autosave")
|
||||
backup-directory-alist (list (cons ".*" (concat doom-cache-dir "backup/")))
|
||||
create-lockfiles nil
|
||||
history-length 1000
|
||||
make-backup-files nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue