diff options
-rw-r--r-- | view-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view-conf.el b/view-conf.el index ee5eff3..b9d29be 100644 --- a/view-conf.el +++ b/view-conf.el @@ -9,6 +9,7 @@ If ARG is '(4), view the information about CPU temperature and fans speed and some others. If ARG is '(16), view the battery information." (interactive "P") + (require 'auth-source) (cond ((null arg) (let (fan-speed |