From 5b79679d3cf27c54c83290267b1d3ba297594467 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Sat, 10 Jun 2023 17:51:41 +0300 Subject: [PATCH] Spacemacs modeline no unicode --- .spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spacemacs b/.spacemacs index 1311fd8..02ed1aa 100644 --- a/.spacemacs +++ b/.spacemacs @@ -423,7 +423,7 @@ It should only modify the values of Spacemacs settings." ;; If non-nil unicode symbols are displayed in the mode line. ;; If you use Emacs as a daemon and wants unicode characters only in GUI set ;; the value to quoted `display-graphic-p'. (default t) - dotspacemacs-mode-line-unicode-symbols t + dotspacemacs-mode-line-unicode-symbols nil ;; If non-nil smooth scrolling (native-scrolling) is enabled. Smooth ;; scrolling overrides the default behavior of Emacs which recenters point