Config: fix init-ui.el to support linux
This commit is contained in:
@@ -132,6 +132,12 @@
|
|||||||
(defvar tenon-font-weight 'light
|
(defvar tenon-font-weight 'light
|
||||||
"默认字重,选项有ultra-light,light,normal,medium,semibold,bold"))
|
"默认字重,选项有ultra-light,light,normal,medium,semibold,bold"))
|
||||||
|
|
||||||
|
(when *is-linux*
|
||||||
|
(defvar tenon-font-size 125
|
||||||
|
"默认字体大小")
|
||||||
|
(defvar tenon-font-weight 'light
|
||||||
|
"默认字重,选项有ultra-light,light,normal,medium,semibold,bold"))
|
||||||
|
|
||||||
;; 定义函数
|
;; 定义函数
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun tenon--font-setup ()
|
(defun tenon--font-setup ()
|
||||||
|
|||||||
Reference in New Issue
Block a user