mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move --restore handler to init.el #1893
This commit is contained in:
@ -65,12 +65,6 @@
|
||||
"TODO"
|
||||
(add-hook 'window-setup-hook #'doom-load-session 'append))
|
||||
|
||||
;;;###autoload
|
||||
(when (and command-line-args-left
|
||||
(not noninteractive))
|
||||
(add-to-list 'command-switch-alist
|
||||
(cons "--restore" #'doom-restore-session-handler)))
|
||||
|
||||
|
||||
;;
|
||||
;;; Commands
|
||||
|
Reference in New Issue
Block a user