Compare commits

..

1 Commits

Author SHA1 Message Date
coolneng be88ce64fa
Save emacs session before shutdown with a script 2021-05-02 17:13:00 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ fi
operation=$1 operation=$1
emacsclient --eval '(doom/save-session "~/.emacs.d/.local/etc/workspaces/autosave")' && emacsclient --eval '(doom/save-session "~/.emacs.d/.local/etc/workspaces/autosave")'
systemctl "$operation" systemctl "$operation"