Update.
This commit is contained in:
parent
9bf7a01b5f
commit
99a6fbfa73
@ -59,7 +59,8 @@
|
||||
|
||||
;; Redirect custom system config to another file
|
||||
(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
|
||||
;; LaTeX file with LuaLaTeX.
|
||||
|
@ -1,2 +1,6 @@
|
||||
- link:
|
||||
~/.fonts: fonts
|
||||
- shell:
|
||||
-
|
||||
command: fc-cache -fv ~/.fonts
|
||||
stdout: true
|
||||
|
Loading…
Reference in New Issue
Block a user