# HG changeset patch # User Richard Westhaver # Date 1725397651 14400 # Node ID 8a5921bf004e997da27c7263188af8819e43d75c # Parent 849f72b72b416c108ae0a44016dc15660fa50d4f update vc and org-html-home/up-format diff -r 849f72b72b41 -r 8a5921bf004e emacs/lib/publish.el --- a/emacs/lib/publish.el Mon Sep 02 18:31:19 2024 -0400 +++ b/emacs/lib/publish.el Tue Sep 03 17:07:31 2024 -0400 @@ -39,9 +39,8 @@ (setq org-html-link-up "") (setq org-html-link-home url) -(setq org-html-home/up-format "
HOME
") - - +(setq org-html-home/up-format "
+
") (setq org-publish-project-alist `(("compiler.company" :components ("index" "meta" "blog" "docs" "notes" "plan")) diff -r 849f72b72b41 -r 8a5921bf004e skelfile --- a/skelfile Mon Sep 02 18:31:19 2024 -0400 +++ b/skelfile Tue Sep 03 17:07:31 2024 -0400 @@ -8,7 +8,7 @@ :description "The Compiler Company Core" :tags ("core" "lisp" "rust" "emacs" "c") :include ("lisp.sk" "rust.sk" "emacs.sk") -:vc (:hg "https://vc.compiler.company/comp/core") +:vc (:hg "https://vc.compiler.company/core") :scripts ((:lisp "x.lisp")) :env ((cc "clang")) :components ((:dir-locals ".dir-locals")