init-smart-mode-line.el 214 B

12345678910
  1. (use-package smart-mode-line
  2. :hook
  3. (after-init . sml/setup)
  4. :custom
  5. (sml/theme 'respectful)
  6. (sml/shorten-modes t)
  7. (sml/shorten-directory t)
  8. (sml/name-width '(0 . 30))
  9. (sml/no-confirm-load-theme t))