From 9b940e48e8ae8ece0182674529449b495878eee3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 29 Nov 2020 10:06:17 +0100 Subject: [PATCH] Emacs: Run doom-themes-treemacs-config even in TUI. To make it work with server + GUI. No icons in TUI because of . --- init.d/basics/appearance.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index 7945409..3780acf 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -1,6 +1,6 @@ ;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-11-29T09:26:31+0100> +;; Time-stamp: <2020-11-29T10:05:55+0100> ;;; Commentary: @@ -78,8 +78,9 @@ (my/reload-theme) (doom-themes-visual-bell-config) ; Flash modeline on error. - (when (display-graphic-p) - (doom-themes-treemacs-config)) + ;; No icons in TUI, see + ;; + (doom-themes-treemacs-config) ;; Write a minimal theme to file, to load it in early-init.el. (unless (string= (face-background 'default) "unspecified-bg")