X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b1ed18e4b2d3de3d58b86ab025875ab84ed92bb2..0874f2fe7c59be3aeacee12dc57adb5403a3b869:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 95b1f87..321e680 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -364,7 +364,7 @@ For disabling the behaviour for certain buffers and/or modes." (display-time-mode) :custom (display-time-default-load-average nil) - (display-time-format "%a %b %-e, %-l:%M%P") + (display-time-format "%a %b %-e %-l:%M%P") (display-time-mail-icon '(image :type xpm :file "gnus/gnus-pointer.xpm" :ascent center)) (display-time-use-mail-icon t)) @@ -1560,6 +1560,8 @@ This function is intended for use with `ivy-ignore-buffers'." :commands (sml/apply-theme) :demand :config + ;; thanks, but no thnaks; don't make fixed-width fills. + (defun sml/fill-for-buffer-identification () "") (setq sml/theme 'tangomod) (sml/setup) (smart-mode-line-enable))