From a2bf94402774a6f988a03f6f544b20749d83014e Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 13 Apr 2024 11:03:21 -0500 Subject: use .doom.d instead of dotfiles --- .build.yml | 2 +- publish.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 42205a9..fe3ea49 100644 --- a/.build.yml +++ b/.build.yml @@ -4,7 +4,7 @@ packages: - emacs - hut sources: - - https://git.sr.ht/~jjanzen/dotfiles + - https://git.sr.ht/~jjanzen/.doom.d tasks: - build: | emacs --batch -f package-initialize --script ~/website/publish.el diff --git a/publish.el b/publish.el index 7a8299d..e75509a 100644 --- a/publish.el +++ b/publish.el @@ -33,7 +33,7 @@ :recursive t :publishing-function org-publish-attachment) ("org-config" - :base-directory "~/dotfiles/.doom.d/" + :base-directory "~/.doom.d/" :base-extension "org" :html-head "" :html-preamble "
HomeProjectsTea Tasting NotesRantsDotfilesAbout Me
" -- cgit v1.2.3