From e676528a3af7f5b97667d4fa6e68eea1eebf14c4 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 6 Nov 2022 14:22:24 +0800 Subject: view: require auth-source automatically * view-conf.el (durand-view-timers-or-temps): This fixes an error encountered when I call this function before auth-source is loaded. --- view-conf.el | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-18-g5258