1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| (custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
[snip]
'(desktop-base-file-name "my-emacs-desktop.el")
'(desktop-base-lock-name "my-emacs-desktop-pid-lock")
'(desktop-globals-to-save (quote (desktop-missing-file-warning
tags-file-name tags-table-list search-ring regexp-search-ring
register-alist command-history extended-command-history
dired-regexp-history minibuffer-history query-replace-history r
ead-envvar-name-history read-expression-history
regexp-history set-variable-value-history shell-command-history)))
'(desktop-path (list "."))
'(desktop-save-mode t)
[snip]
) |
Partager