diff options
author | jao <jao@gnu.org> | 2022-08-04 01:06:02 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-04 01:06:02 +0100 |
commit | 0461be6efce08a902636e0f815936927a7521fb4 (patch) | |
tree | 6531023dba15d2a5a93808165060be7309d88b65 | |
parent | 0cdde8db4819d0f3b1b8adc8b0339830c26a19f4 (diff) | |
download | elibs-0461be6efce08a902636e0f815936927a7521fb4.tar.gz elibs-0461be6efce08a902636e0f815936927a7521fb4.tar.bz2 |
bring back gist (and let's stick to emacs 28, devel's too warty)
-rw-r--r-- | data/kitty.conf | 2 | ||||
-rw-r--r-- | init.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/kitty.conf b/data/kitty.conf index 5440de5..3c03db3 100644 --- a/data/kitty.conf +++ b/data/kitty.conf @@ -3,7 +3,7 @@ font_size 9.0 # bold_font Fira Code SemiBold # italic_font Fira Code Italic -font_family DejaVu Sans Mono +font_family DejaVu Sans disable_ligatures always box_drawing_scale 0.1, 0.5, 1, 1 @@ -2161,8 +2161,8 @@ ;; git config --local git-link.remote / git-link.branch (use-package git-link :ensure t) - (use-package git-modes :ensure t) +(use-package gist :ensure t) ;;;; jenkins (use-package jenkins |