diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-06 15:10:45 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-06 15:10:45 +0100 |
| commit | 1c526fe37973b9c0c253914cf517cec1b43fa425 (patch) | |
| tree | e80f3cfd6334c01a20b2b28cdf9964a196d0e385 /home | |
| parent | 1c49ee75c4e0532f3a9a9aa4e7460ea39a479bfd (diff) | |
home: emacs: autoupdate: restart service after update
Diffstat (limited to 'home')
| -rw-r--r-- | home/config/emacs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/config/emacs.nix b/home/config/emacs.nix index 9d67afb..3c6e7ee 100644 --- a/home/config/emacs.nix +++ b/home/config/emacs.nix @@ -5,6 +5,7 @@ let spacemacs-update-script = pkgs.writeShellScript "spacemacs-update" '' ${pkgs.git}/bin/git pull ${cfg.package}/bin/emacsclient --eval '(configuration-layer/update-packages "no-confirmation")' + ${cfg.package}/bin/emacsclient --eval '(spacemacs/restart-emacs-resume-layout)' ''; in { programs.emacs = { |
