summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-17 05:35:01 +0300
committerGravatar Uko Kokņevičs2025-10-17 05:35:01 +0300
commit8abbb69af3bcb28a5d3fd406c1135f1722341ddd (patch)
tree0aa04e57863f8b6821ee42e015dbdb0cf5c4c049 /emacs
parentemacs: Move exec-path-from-shell to be as early as possible (diff)
downloaddotfiles-8abbb69af3bcb28a5d3fd406c1135f1722341ddd.tar.gz
dotfiles-8abbb69af3bcb28a5d3fd406c1135f1722341ddd.tar.xz
dotfiles-8abbb69af3bcb28a5d3fd406c1135f1722341ddd.zip
emacs: Configure a variable-pitch font
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.config/emacs/arkta/arkta-cosmetic.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.config/emacs/arkta/arkta-cosmetic.el b/emacs/.config/emacs/arkta/arkta-cosmetic.el
index f34fb8d..2d29b8f 100644
--- a/emacs/.config/emacs/arkta/arkta-cosmetic.el
+++ b/emacs/.config/emacs/arkta/arkta-cosmetic.el
@@ -65,7 +65,8 @@
65 :slant normal 65 :slant normal
66 :width normal 66 :width normal
67 :font "Input Mono Narrow" 67 :font "Input Mono Narrow"
68 :height 130))))) 68 :height 130))))
69 (variable-pitch ((t (:font "Input Sans Narrow")))))
69 70
70(use-package git-gutter 71(use-package git-gutter
71 :straight t 72 :straight t