From 99a6fbfa7352bd556889047537a41e33d9136009 Mon Sep 17 00:00:00 2001 From: jefflance Date: Fri, 29 Jun 2018 01:30:33 +0200 Subject: [PATCH] Update. --- emacs/emacs | 3 ++- libs/configs/fonts.yaml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs/emacs b/emacs/emacs index 5df51de..32ea2de 100644 --- a/emacs/emacs +++ b/emacs/emacs @@ -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. diff --git a/libs/configs/fonts.yaml b/libs/configs/fonts.yaml index b97425e..7ce9c18 100644 --- a/libs/configs/fonts.yaml +++ b/libs/configs/fonts.yaml @@ -1,2 +1,6 @@ - link: ~/.fonts: fonts +- shell: + - + command: fc-cache -fv ~/.fonts + stdout: true