summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.el b/init.el
index 427e708..037df53 100644
--- a/init.el
+++ b/init.el
@@ -128,6 +128,14 @@ no effect."
(define-key global-map (vector 3 ?l) #'prepare-org)
;;;###autoload
+(load-after-function durand-battery "battery-conf.el" "Display battery information." nil
+ (display-battery-mode 1))
+
+;;;###autoload
+(load-after-function durand-time "time-conf.el" "Display time information." nil
+ (display-time-mode 1))
+
+;;;###autoload
(load-after-function durand-mu4e "mail.el" "Open mu4e." t (mu4e))
(define-key global-map (vector 3 109) #'durand-mu4e)