summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-14 07:12:21 +0000
committernoa@gaiwan.org2024-06-14 07:12:21 +0000
commit27bbb6281daf377a9c2cb75bc9d1812cea90e0d5 (patch)
tree326d3b4ccb56139d64441ec7425d303a4a555f87 /emacs
parent5efb8d17e28c13ffb4e2930c89fa80d5ef494341 (diff)
Reorder variables to fix strange issue
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 08b6f87..ac0f18a 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -664,9 +664,9 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
         '(read-only t cursor-intangible t face minibuffer-prompt))
 (add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
 (setopt display-battery-mode t)
-(setopt display-time-mode t)
 (setopt display-time-default-load-average nil)
 (setopt display-time-24hr-format t)
+(setopt display-time-mode t)
 
 ;; Support opening new minibuffers from inside existing minibuffers.
 (setopt enable-recursive-minibuffers t)