Changed font of my terminal (same as Emacs), removed unused line

This commit is contained in:
Lucien Cartier-Tilet 2020-05-29 17:41:28 +02:00
parent f068368fc9
commit e1557c3999
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 5 deletions

View File

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