From 91d4c0ae1823d12dcb6ceb5e6adc98687be4c6fd Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sun, 17 May 2020 18:19:59 +0100 Subject: [PATCH] Add fg42-home to the build script --- build.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.el b/build.el index d1988ac..e9fab2b 100644 --- a/build.el +++ b/build.el @@ -28,6 +28,9 @@ (require 'fg42) (require 'fpkg) +(setq fg42-home (concat (getenv "HOME") "/.fg42/")) +(setq fg42-tmp (concat fg42-home "/tmp")) + (i-am-god) (disable 'rbenv 'helm 'spell 'linum 'tabbar