diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-11-22 13:55:15 -0600 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-11-22 13:55:15 -0600 |
| commit | 210a14b3dfdd151d05b0ba8386fa4d653431ef93 (patch) | |
| tree | bda0b2808daf29a09b7c657af75f3e65ef38a9a9 | |
| parent | 46d754f64ce9e16578c382e61dc9909bade13e41 (diff) | |
| download | dotfiles-210a14b3dfdd151d05b0ba8386fa4d653431ef93.tar.gz dotfiles-210a14b3dfdd151d05b0ba8386fa4d653431ef93.zip | |
Emacs/Mobile-Device: Fix suspend command
| -rw-r--r-- | common/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 38a447f..1a91531 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -4163,7 +4163,7 @@ instead." (defun suspend () (interactive) - (spawn-shell-cmd "systemctl suspend")) + (spawn-shell-cmd "suspend" nil "systemctl suspend")) (defvar-keymap mobile-device-mode-map "<XF86PowerOff> <XF86PowerOff>" 'onboard-toggle |
