Fix icons in emacs daemon

This commit is contained in:
Marco Thomas
2021-07-09 23:55:03 +02:00
committed by GitHub
parent 9b5d1984e3
commit a2f157de4d

View File

@@ -11,7 +11,6 @@
(menu-bar-mode -1) ;; The menu bar looks ugly in terminal
(tool-bar-mode -1) ;; Nobody needs this
(scroll-bar-mode -1)
(toggle-scroll-bar -1) ;; Or this
(setq inhibit-startup-screen t) ;; Leave me alone with your tutorials
(setq tramp-default-method "ssh") ;; speed up tramp mode
(setq initial-major-mode 'fundamental-mode) ;; better startup speed
@@ -112,7 +111,9 @@
;; Cool mode line
(use-package doom-modeline
:ensure t
:init (doom-modeline-mode 1)
:init
(doom-modeline-mode 1)
(setq doom-modeline-icon t)
:custom ((doom-modeline-height 10)))
;; show color codes