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