module(doom): Improve config.el format

This commit is contained in:
ulic-youthlic 2025-08-25 14:12:57 +08:00
parent 3a602964ab
commit 4c6efa5539
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,4 +1,4 @@
;; -*- lexical-binding: t; -*- ;;; config.el -*- lexical-binding: t; -*-
;;; Fix non-POSIX SHELL ;;; Fix non-POSIX SHELL
(setq shell-file-name (setq shell-file-name
@ -8,6 +8,7 @@
fish-exe) fish-exe)
(setq-default explicit-shell-file-name (setq-default explicit-shell-file-name
fish-exe)) fish-exe))
(setq doom-font (font-spec (setq doom-font (font-spec
:family "Maple Mono NF CN" :family "Maple Mono NF CN"
:size 18) :size 18)