This commit is contained in:
Kyle Isom 2025-04-11 01:43:10 -07:00
parent 1dd814a6d9
commit bbd0d92f12
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@
magit magit
markdown-mode markdown-mode
mwim mwim
nix-mode
nix-modeline
nix-ts-mode
nixos-options
paredit paredit
pelican-mode pelican-mode
projectile projectile

View File

@ -312,4 +312,4 @@ p :publishing-directory "/ssh:phobos.wntrmute.net:/var/www/sites/tmp/"
(add-hook 'after-make-frame-functions (add-hook 'after-make-frame-functions
(lambda (frame) (lambda (frame)
(if (window-system) (if (window-system)
(set-frame-font (get-default-font)))) (set-frame-font (get-default-font)))))