summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/.emacs.d/init.el2
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