commit b2bd3f56bcdcb3433f0792c4d9d6d9bbcbaab83d parent 04cbd91c8a15ab98b2a17f6befedf4ef07a5ee16 Author: Hugo Soucy <hsoucy@kronostechnologies.com> Date: Mon, 17 Sep 2018 10:29:36 -0400 Display time in statusbar by default Diffstat:
M | partials/ui-ux.el | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/partials/ui-ux.el b/partials/ui-ux.el @@ -65,3 +65,6 @@ (require 'bookmark) (bookmark-bmenu-list) (switch-to-buffer "*Bookmark List*") + +;; Display time in the statusbar +(display-time-mode +1)