Handle --restore unconditionally #1893
This commit is contained in:
parent
f779c3b781
commit
ea936d90c8
1 changed files with 1 additions and 3 deletions
4
init.el
4
init.el
|
@ -52,9 +52,7 @@
|
|||
|
||||
;; And let 'er rip!
|
||||
(add-hook 'window-setup-hook #'doom-display-benchmark-h)
|
||||
(when command-line-args-left
|
||||
(add-to-list 'command-switch-alist
|
||||
(cons "--restore" #'doom-restore-session-handler)))
|
||||
(add-to-list 'command-switch-alist (cons "--restore" #'doom-restore-session-handler))
|
||||
|
||||
(doom-initialize)
|
||||
(doom-initialize-core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue