;; clean up mode line (require 'rich-minority) (setq rm-whitelist '(" God" " Paredit")) ;; show time in modeline but not load average (setq display-time-format "%H:%M") (setq display-time-default-load-average nil) (display-time-mode 1) ;; show column position of point in status bar (column-number-mode 1) ;; smart mode line (setq sml/theme 'respectful) (sml/setup) ;; disable away timestamp in ERC (setq erc-away-timestamp-format nil) (setq erc-timestamp-format nil)