module(doom): Improve config.el format
This commit is contained in:
parent
3a602964ab
commit
4c6efa5539
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- lexical-binding: t; -*-
|
||||
;;; config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;; Fix non-POSIX SHELL
|
||||
(setq shell-file-name
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
fish-exe)
|
||||
(setq-default explicit-shell-file-name
|
||||
fish-exe))
|
||||
|
||||
(setq doom-font (font-spec
|
||||
:family "Maple Mono NF CN"
|
||||
:size 18)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue