Add restart-emacs package & commands
This commit is contained in:
parent
d1068723e4
commit
0bd88b8414
5 changed files with 22 additions and 1 deletions
|
@ -425,6 +425,12 @@ the next."
|
|||
|
||||
(t (+workspace-error "Can't delete last workspace" t)))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +workspace/restart-emacs-then-restore ()
|
||||
"Restarts Emacs, then restores the session."
|
||||
(interactive)
|
||||
(restart-emacs (list "--restore")))
|
||||
|
||||
|
||||
;;
|
||||
;; Tabs display in minibuffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue