General cleanup & minor refactoring

This commit is contained in:
Henrik Lissner 2017-02-21 00:47:34 -05:00
parent b6f4fe667a
commit 4910531457
5 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,7 @@
;;; ui/doom-modeline/config.el
(line-number-mode -1)
;; all-the-icons doesn't work in the terminal, so we "disable" it.
(unless (display-graphic-p)
(defalias 'all-the-icons-octicon 'ignore)