diff options
-rw-r--r-- | emacs/init.el | 2 |
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) |