summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-12 00:58:48 +0000
committerjao <jao@gnu.org>2024-03-12 00:58:48 +0000
commitd50065949dba578843ea8e67646c2733f2f71c0c (patch)
tree4f452d1b113f871d22c794454ce79fef1b2db8df /init.el
parentbd64f46c5d87ac814b254d0b3de4566404eff13f (diff)
downloadelibs-d50065949dba578843ea8e67646c2733f2f71c0c.tar.gz
elibs-d50065949dba578843ea8e67646c2733f2f71c0c.tar.bz2
nits
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4e9a97a..1fa1b44 100644
--- a/init.el
+++ b/init.el
@@ -3199,7 +3199,8 @@
'(xmobar-left-string
xmobar-elastic-space
xmobar-right-string))
- xmobar-command "xmobar-emacs"))
+ xmobar-command
+ (if window-system '("xmobar-emacs" "-TAnsi") "xmobar-emacs")))
;;; Global transients
(defun jao-list-packages ()