Minor emacs tweak & fixed poweroff button

lightmode
E. Almqvist 2 years ago
parent d55e0d5ab6
commit 21bf9860b8
  1. 2
      doomemacs/.doom.d/custom.el
  2. 2
      eww/.config/eww/eww.yuck

@ -3,7 +3,7 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; 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
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

@ -95,7 +95,7 @@
;; Poweroff ;; Poweroff
(button :class "icon poweroff" (button :class "icon poweroff"
:tooltip "Poweroff" :tooltip "Poweroff"
:onclick "poweroff now" "") :onclick "poweroff" "")
)) ))
))) )))

Loading…
Cancel
Save