SPC q r -> restart & restore emacs
And SQP q R -> restart emacs (but don't restore)
This commit is contained in:
parent
95b227f9fe
commit
d6706734a2
1 changed files with 2 additions and 1 deletions
|
@ -701,7 +701,8 @@
|
|||
:desc "Quit Emacs" :n "q" #'evil-quit-all
|
||||
:desc "Save and quit" :n "Q" #'evil-save-and-quit
|
||||
:desc "Quit (forget session)" :n "X" #'+workspace/kill-session-and-quit
|
||||
:desc "Restart Doom Emacs" :n "r" #'restart-emacs)
|
||||
:desc "Restart & restore Doom" :n "r" #'+workspace/restart-emacs-then-restore
|
||||
:desc "Restart Doom" :n "R" #'restart-emacs)
|
||||
|
||||
(:when (featurep! :tools upload)
|
||||
(:desc "remote" :prefix "r"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue