This commit is contained in:
Jeff Lance 2018-06-29 01:30:33 +02:00
parent 9bf7a01b5f
commit 99a6fbfa73
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -1,2 +1,6 @@
- link:
~/.fonts: fonts
- shell:
-
command: fc-cache -fv ~/.fonts
stdout: true