Compare commits

..

No commits in common. "68f8a284769ff1368db1e2064be8e07e25db46f0" and "a343912c38344250900eb37d109925b40395e803" have entirely different histories.

2 changed files with 2 additions and 18 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:

View file

@ -26,7 +26,6 @@
(require 'use-package)
;; Org Hugo
;; (straight-use-package 'org)
(defvar-local my/org-hugo-heading-slugs nil)
@ -73,25 +72,10 @@
(setq org-make-toc-link-type-fn #'org-make-toc--link-entry-org))
;; No clue what's wrong here
(defun my/org-blackfriday-table-cell-alignment-around (fn &rest args)
(condition-case error
(apply fn args)
(error
(apply #'org-export-table-cell-alignment args))))
;; (advice-add #'org-blackfriday-table-cell-alignment
;; :around #'my/org-blackfriday-table-cell-alignment-around)
;; Export dotfiles
(setq my/config-files
'("README.org"
"Emacs.org"
"Desktop.org"
"Console.org"
"Mail.org"
"Guix.org"))
'("README.org" "Emacs.org" "Desktop.org" "Console.org" "Mail.org" "Guix.org"))
(defun my/export-dotfiles ()
(cd (concat (vc-find-root default-directory ".git") "org/configs"))