aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/publish.el b/publish.el
index 058d40c..cf11664 100644
--- a/publish.el
+++ b/publish.el
@@ -1,9 +1,7 @@
;;; -*- lexical-binding: t -*-
;; Allow for macOS (dev machine) & Linux (GitHub Actions) execution
-(defvar site-lisp-base
- (if (eq system-type 'darwin)
- "~/.config/emacs/.local/straight/repos" ; macOS path
- "/home/linuxbrew/.config/emacs/.local/straight/repos")) ; CI/Linux path
+(defvar site-lisp-base
+ (expand-file-name "~/.config/emacs/.local/straight/repos"))
;; Explicitly load packages
(add-to-list 'load-path (expand-file-name "htmlize" site-lisp-base))