about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el
index 9483e338ad..b5f426b3df 100644
--- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el
+++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el
@@ -158,10 +158,9 @@
   :config
   (setq alert-default-style 'notifier))
 
-;; TODO: Should `device-work-laptop?' be a function or a constant that gets set
+;; TODO: Should `device-laptop?' be a function or a constant that gets set
 ;; during initialization?
-(when (device-work-laptop?)
-  (laptop-battery-display))
+(when (device-laptop?) (laptop-battery-display))
 
 (if window-system
     (progn