Set user-emacs-directory to the right path on build.el

This commit is contained in:
Sameer Rahmani 2020-05-17 17:55:13 +01:00
parent f8f6ba1119
commit 95123e7d9c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
;;; Commentary: ;;; Commentary:
;;; Code: ;;; Code:
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(setq user-directory (concat (getenv "HOME") "/.fg42/lib")) (setq user-emacs-directory (concat (getenv "HOME") "/.fg42/"))
(add-to-list 'load-path (concat (getenv "HOME") "/.fg42/lib")) (add-to-list 'load-path (concat (getenv "HOME") "/.fg42/lib"))
(require 'fg42) (require 'fg42)