From e1557c39995c168b8b256e88a9f140ea8198b28e Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 29 May 2020 17:41:28 +0200 Subject: [PATCH] Changed font of my terminal (same as Emacs), removed unused line --- org/config/index.org | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/org/config/index.org b/org/config/index.org index 374f4e4..b38d438 100644 --- a/org/config/index.org +++ b/org/config/index.org @@ -242,11 +242,7 @@ are dedicated to my =st= terminal to set its font and shell. The font is set as follows. #+BEGIN_SRC conf - st.font: Source Code Pro for Powerline:style=book - #+END_SRC - And I will set my shell like this: - #+BEGIN_SRC conf - st.shell: /usr/bin/fish + st.font: Fantasque Sans Mono:size=10:antialias=true #+END_SRC I can also set the transparency of st (my terminal emulator) like so: #+BEGIN_SRC conf