Emacs: Theme treemacs.

This commit is contained in:
tastytea 2020-04-17 04:29:13 +02:00
parent 4f9957a5f1
commit 77d219c1db
1 changed files with 5 additions and 2 deletions

View File

@ -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.