Emacs: Theme treemacs.
This commit is contained in:
parent
4f9957a5f1
commit
77d219c1db
|
@ -1,6 +1,6 @@
|
|||
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-04-17T02:38:34+0200>
|
||||
;; Time-stamp: <2020-04-17T04:10:30+0200>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -54,8 +54,11 @@
|
|||
(unless slow-computer
|
||||
(use-package doom-themes
|
||||
:after (all-the-icons)
|
||||
:custom ((doom-themes-treemacs-theme "doom-colors")
|
||||
(doom-themes-treemacs-enable-variable-pitch nil))
|
||||
:config (progn (load-theme 'doom-outrun-electric t)
|
||||
(doom-themes-visual-bell-config))) ; Flash modeline on error.
|
||||
(doom-themes-visual-bell-config) ; Flash modeline on error.
|
||||
(doom-themes-treemacs-config)))
|
||||
) ; unless slow-computer.
|
||||
|
||||
;; Neat modeline.
|
||||
|
|
Loading…
Reference in New Issue
Block a user