mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Simplify session persistence
This commit is contained in:
@ -63,18 +63,6 @@
|
|||||||
((error "No session backend to load session with"))))
|
((error "No session backend to load session with"))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
|
||||||
;;; Command line switch
|
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(defun doom-restore-session-handler (&rest _)
|
|
||||||
"TODO"
|
|
||||||
(add-hook 'window-setup-hook #'doom-load-session 100))
|
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(add-to-list 'command-switch-alist (cons "--restore" #'doom-restore-session-handler))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Commands
|
;;; Commands
|
||||||
|
|
||||||
@ -140,4 +128,4 @@
|
|||||||
(append (if debug (list "--debug-init"))
|
(append (if debug (list "--debug-init"))
|
||||||
(when (boundp 'chemacs-current-emacs-profile)
|
(when (boundp 'chemacs-current-emacs-profile)
|
||||||
(list "--with-profile" chemacs-current-emacs-profile))
|
(list "--with-profile" chemacs-current-emacs-profile))
|
||||||
(list "--restore")))))
|
(list "--eval" "(add-hook 'window-setup-hook #'doom-load-session 100)")))))
|
||||||
|
Reference in New Issue
Block a user