From 349e41cb91210ff46a3cd9fc63644a337df1798f Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sat, 1 Feb 2025 15:23:49 +0100 Subject: [PATCH] Fonts android --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index 74b0a95..53d74d1 100644 --- a/config.org +++ b/config.org @@ -359,7 +359,6 @@ To use it, create a global keyboard shortcut with the following code Defining the various fonts that Emacs will use. #+begin_src emacs-lisp -(unless (string-equal system-type "android") ;; I have no idea, how to make GUI emacs see the fonts. (set-face-attribute 'default nil :font "JetBrains Mono" :height 110 @@ -386,7 +385,7 @@ Defining the various fonts that Emacs will use. (add-to-list 'default-frame-alist '(font . "JetBrains Mono-11")) ;; Uncomment the following line if line spacing needs adjusting. -(setq-default line-spacing 0.12)) +(setq-default line-spacing 0.12) #+end_src * Sane defaults