smart modeline added

This commit is contained in:
Sameer Rahmani 2015-07-09 18:06:05 +04:30
parent 8b1a877905
commit 255b57f35b
2 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,7 @@
(depends-on 'direx)
(depends-on 'popwin)
(depends-on 'ag)
(depends-on 'smart-mode-line)
;; TODO: Add flycheck-color-modebar
;; TODO Add flycheck-tip

View File

@ -89,6 +89,13 @@
"Provides fast search ability via silver search"
(setq ag-reuse-window 't)
(setq ag-highlight-search t))
(ability smart-mode-line ()
"Smarter modeline for FG42"
(setq sml/no-confirm-load-theme t)
(setq sml/theme 'respectful)
(sml/setup))
(ability indent-guide
"Show indent guides."
(indent-guide-global-mode)