summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-22 13:23:40 -0600
committerAshley Duckworth2021-01-22 13:23:40 -0600
commit6b62806337598871bb8be055bbf5a8e3a8e69175 (patch)
tree532d4f9c2978ceebcf7fec2c0e9187e5ec99a73a /config.org
parentAdd magit and git modes (diff)
downloademacs-6b62806337598871bb8be055bbf5a8e3a8e69175.tar.gz
emacs-6b62806337598871bb8be055bbf5a8e3a8e69175.zip
Add better description to fonts
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index 66a795e..3b415d4 100644 --- a/config.org +++ b/config.org
@@ -270,7 +270,7 @@ Only when there's more than one tab.
270 270
271** Fonts 271** Fonts
272 272
273I have different fonts installed on Linux and on Windows. 273On Linux, I have a custom build of Iosevka that I like.
274 274
275#+begin_src emacs-lisp :noweb-ref linux-specific 275#+begin_src emacs-lisp :noweb-ref linux-specific
276 (set-face-attribute 'default nil 276 (set-face-attribute 'default nil
@@ -282,6 +282,8 @@ I have different fonts installed on Linux and on Windows.
282 :height 105) 282 :height 105)
283#+end_src 283#+end_src
284 284
285But on Windows, I use Consolas.
286
285#+begin_src emacs-lisp :noweb-ref windows-specific 287#+begin_src emacs-lisp :noweb-ref windows-specific
286 (set-face-attribute 'default nil 288 (set-face-attribute 'default nil
287 :family "Consolas" 289 :family "Consolas"