From 21bf9860b8892cfe64ba051a4b24339d4ca422b7 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 3 Jan 2023 22:57:48 +0100 Subject: [PATCH] Minor emacs tweak & fixed poweroff button --- doomemacs/.doom.d/custom.el | 2 +- eww/.config/eww/eww.yuck | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doomemacs/.doom.d/custom.el b/doomemacs/.doom.d/custom.el index 1b9c59f..92e2540 100644 --- a/doomemacs/.doom.d/custom.el +++ b/doomemacs/.doom.d/custom.el @@ -3,7 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(package-selected-packages '(quelpa elcord))) + '(package-selected-packages '(cpputils-cmake eldoc-cmake quelpa elcord))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/eww/.config/eww/eww.yuck b/eww/.config/eww/eww.yuck index fdcf5bb..ebb23c4 100644 --- a/eww/.config/eww/eww.yuck +++ b/eww/.config/eww/eww.yuck @@ -95,7 +95,7 @@ ;; Poweroff (button :class "icon poweroff" :tooltip "Poweroff" - :onclick "poweroff now" "") + :onclick "poweroff" "") )) )))