Update.
This commit is contained in:
parent
9bf7a01b5f
commit
99a6fbfa73
@ -59,7 +59,8 @@
|
|||||||
|
|
||||||
;; Redirect custom system config to another file
|
;; Redirect custom system config to another file
|
||||||
(setq custom-file (concat jeff/emacsd "custom.el"))
|
(setq custom-file (concat jeff/emacsd "custom.el"))
|
||||||
(load custom-file)
|
(if (file-exists-p custom-file)
|
||||||
|
(load custom-file))
|
||||||
|
|
||||||
;; Force locale environment setting as it cause an error when compile
|
;; Force locale environment setting as it cause an error when compile
|
||||||
;; LaTeX file with LuaLaTeX.
|
;; LaTeX file with LuaLaTeX.
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.fonts: fonts
|
~/.fonts: fonts
|
||||||
|
- shell:
|
||||||
|
-
|
||||||
|
command: fc-cache -fv ~/.fonts
|
||||||
|
stdout: true
|
||||||
|
Loading…
Reference in New Issue
Block a user