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" "") )) )))