Skip to content

Commit

Permalink
Use term font for display
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Mar 31, 2024
1 parent b4c56b8 commit 3ac5596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cats/+font.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(defvar cat-mono-code-fonts '("Victor Mono" "JetBrains Mono" "Cascadia Code" "Fira Code")
"Default monospaced fonts.")

(defvar cat-mono-thin-fonts '("Iosevka")
(defvar cat-mono-thin-fonts '("Iosevka Term")
"Default monospaced thin fonts.")

(defvar cat-mono-serif-fonts '("Courier Prime")
Expand Down
3 changes: 1 addition & 2 deletions cats/+which-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:hook (after-init . which-key-mode)
:custom
(which-key-use-C-h-commands nil)
(which-key-lighter nil)
(which-key-dont-use-unicode t))
(which-key-lighter nil))

0 comments on commit 3ac5596

Please sign in to comment.