Remove spaceline dependency; rewrite mode-line config

This commit is contained in:
Henrik Lissner 2016-06-17 15:38:14 -04:00
parent 0a4cf3911c
commit 78ab53d171
4 changed files with 241 additions and 261 deletions

View file

@ -296,7 +296,8 @@ Examples:
(not inhibit-doom))
(doom-mode-init t))
(setq default-directory dir)
(setq mode-line-format '(:eval (spaceline-ml-scratch))))))
(setq mode-line-format (doom-mode-line 'scratch))
)))
;;