Browse Source

Customize a couple vars for mini modeline

Mostly don't truncate it to one line, and keep the duration things can stick around 5 seconds instead of 2.
master
Mitchell Tishmack 5 years ago
committed by Mitch Tishmack
parent
commit
9db30733d3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.org

+ 2
- 0
emacs.org View File

@@ -595,6 +595,8 @@ oomph with all the crap it did.
:config :config
(mini-modeline-mode) (mini-modeline-mode)
:custom :custom
(mini-modeline-truncate-p nil)
(mini-modeline-echo-duration 5)
(mini-modeline-face-attr '(:background "white" :weight normal :box (:line-width 2 :color "#ffffff"))) (mini-modeline-face-attr '(:background "white" :weight normal :box (:line-width 2 :color "#ffffff")))
(mini-modeline-display-gui-line nil) (mini-modeline-display-gui-line nil)
(mini-modeline-r-format '((:eval (mini-modeline-r-format '((:eval


Loading…
Cancel
Save