mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Backup 2025-04-18
This commit is contained in:
parent
e167d883a0
commit
d0f1044013
11 changed files with 157 additions and 30 deletions
|
|
@ -14,6 +14,9 @@
|
|||
:hook
|
||||
(prog-mode . display-line-numbers-mode))
|
||||
|
||||
(when (eq system-type 'darwin)
|
||||
(setq mac-option-modifier 'meta)
|
||||
(setq mac-command-modifier 'super))
|
||||
|
||||
|
||||
;; https://book.emacs-china.org/#orgcfd105e Open with Emacs
|
||||
|
|
@ -60,6 +63,7 @@
|
|||
|
||||
;; TRAMP 远程文件的备份设置
|
||||
(setq tramp-backup-directory-alist (copy-tree backup-directory-alist))
|
||||
(setq tramp-persistency-file-name (expand-file-name "tramp" user-emacs-state))
|
||||
|
||||
|
||||
;; 备份设置(可选)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue