remember desktop
This commit is contained in:
@@ -136,6 +136,11 @@ unreadable. Returns the names of envvars that were changed."
|
|||||||
;; Save clipboard contents into kill-ring before replace them
|
;; Save clipboard contents into kill-ring before replace them
|
||||||
(setq save-interprogram-paste-before-kill t)
|
(setq save-interprogram-paste-before-kill t)
|
||||||
|
|
||||||
|
(setq desktop-load-locked-desktop t ; don't popup dialog ask user, load anyway
|
||||||
|
desktop-restore-frames t
|
||||||
|
desktop-save t)
|
||||||
|
(desktop-save-mode 1)
|
||||||
|
|
||||||
;; Kill & Mark things easily
|
;; Kill & Mark things easily
|
||||||
(use-package easy-kill
|
(use-package easy-kill
|
||||||
:bind (([remap kill-ring-save] . easy-kill)
|
:bind (([remap kill-ring-save] . easy-kill)
|
||||||
|
|||||||
Reference in New Issue
Block a user