From 210a14b3dfdd151d05b0ba8386fa4d653431ef93 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 22 Nov 2025 13:55:15 -0600 Subject: Emacs/Mobile-Device: Fix suspend command --- common/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " " 'onboard-toggle -- cgit v1.2.3