Browse Source

configured smart-mode-line

master
Marc Pohling 6 years ago
parent
commit
1689d63518
1 changed files with 10 additions and 10 deletions
  1. 20
      config.org

20
config.org

@ -179,22 +179,22 @@ Various stuff
* Mode Line
Change the default mode line to something prettier
Change the default mode line to something prettier. [[https://github.com/Malabarba/smart-mode-line][Source]]
#+BEGIN_SRC emacs-lisp
(use-package smart-mode-line
:ensure t
:config
(progn
; (sml/setup)
(tool-bar-mode -1)
(setq sml/theme 'respectful)
; (setq sml/name-width 40)
; (setq sml/mode-width 'full)
(set-face-attribute 'mode-line nil
:box nil)
(sml/setup)))
(tool-bar-mode -1)
(setq sml/theme 'respectful)
(setq sml/name-width 40)
(setq sml/mode-width 'full)
(set-face-attribute 'mode-line nil
:box nil)
(sml/setup))
#+END_SRC
* List buffers
Ibuffer is the improved version of list-buffers.
Make ibuffer the default buffer lister. [[http://ergoemacs.org/emacs/emacs_buffer_management.html][Source]]

Loading…
Cancel
Save