Turn on debug mode on the build script

This commit is contained in:
Sameer Rahmani 2020-05-17 18:12:28 +01:00
parent 2fb1bb6157
commit 948fe12c21
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
;; ;;
;;; Commentary: ;;; Commentary:
;;; Code: ;;; Code:
(setq debug-on-error t)
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(setq user-emacs-directory (concat (getenv "HOME") "/.fg42/")) (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"))