fixed kakoune, font update

This commit is contained in:
Michael Chalupiak
2025-03-19 22:41:31 -04:00
parent ff3daf700c
commit 95f7180b5f
7 changed files with 25 additions and 17 deletions

View File

@@ -19,13 +19,13 @@
;;
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
;; font string. You generally only need these two:
(setq doom-font (font-spec :family "Iosevka Term SS12" :size 16)
doom-variable-pitch-font (font-spec :family "Cantarell" :size 16 :weight 'bold))
(setq doom-font (font-spec :family "Iosevka Term SS12" :size 18)
doom-variable-pitch-font (font-spec :family "Cantarell" :size 18 :weight 'bold))
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-rose-pine)
(setq doom-theme 'doom-gruvbox)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
@@ -155,3 +155,4 @@
(setq dime-dylan-implementations
'((opendylan ("/home/mikec/Documents/suckless/dylan/opendylan-2024.1/bin/dswank")
:env ("OPEN_DYLAN_USER_REGISTRIES=/tmp/dime-test/registry"))))
(add-to-list 'default-frame-alist '(undecorated . t))