[emacs] Store recentf per machine to not interfere with VMs

This commit is contained in:
Sebastian Schulze 2019-07-31 13:15:19 +02:00
parent a667e614eb
commit b6e901d16e
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule "home/.zsh-custom/plugins/fzf-marks"]
path = home/.zsh-custom/plugins/fzf-marks
url = git@github.com:urbainvaes/fzf-marks.git
[submodule "home/.fzf"]
path = home/.fzf
url = git@github.com:junegunn/fzf.git

1
home/.fzf Submodule

@ -0,0 +1 @@
Subproject commit 65773882505b06970c47285b4ace6208ac5e6145

View File

@ -344,7 +344,9 @@ values."
;; delete only whitespace for changed lines or `nil' to disable cleanup.
;; (default nil)
dotspacemacs-whitespace-cleanup nil
))
)
(setq recentf-save-file "~/.emacs.d.recentf")
)
(defun dotspacemacs/user-init ()
"Initialization function for user code.
@ -463,7 +465,6 @@ you should place your code here."
(setq atomic-chrome-default-major-mode 'markdown-mode)
(setq web-mode-engines-alist
'(("go" . "\\.phtml\\'")))
(setq recentf-save-file "~/.emacs.d.recentf")
)
;; Do not write anything past this comment. This is where Emacs will