aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-ui.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-11 21:52:57 -0400
committerbard <[email protected]>2024-03-11 21:52:57 -0400
commit7ec3bc9f0c731a302c39c60e63fff676102289c6 (patch)
tree9e88d9583223cdf1ff42420a7f66925d03ce03b7 /bard-emacs-modules/bard-emacs-ui.el
parent296c62a4a432e312859e1b76cb056b94b1078dca (diff)
move modeline time
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index 5a5d303..f4b0e03 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -49,23 +49,6 @@
(setq whitespace-style '(face tabs spaces trailing space-before-tab newline indentation empty space-after-tab space-mark tab-mark))
-;; Modeline
-(setq display-time-format "%Y-%m-%d %H:%M")
-(setq display-time-interval 60)
-(setq display-time-default-load-average nil)
-(setq display-time-mail-directory nil)
-(setq display-time-mail-function nil)
-(setq display-time-use-mail-icon nil)
-(setq display-time-mail-string nil)
-(setq display-time-mail-face nil)
-(setq display-time-string-forms
- '((propertize
- (format-time-string display-time-format now)
- 'face 'display-time-date-and-time
- 'help-echo (format-time-string "%a %b %e, %Y" now))
- " "))
-(display-time-mode 1)
-
;; Fonts
;; Removed in favour of fontaine package