mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
Compare commits
No commits in common. "68f8a284769ff1368db1e2064be8e07e25db46f0" and "a343912c38344250900eb37d109925b40395e803" have entirely different histories.
68f8a28476
...
a343912c38
2 changed files with 2 additions and 18 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
|
|
||||||
;; Org Hugo
|
;; Org Hugo
|
||||||
;; (straight-use-package 'org)
|
|
||||||
|
|
||||||
(defvar-local my/org-hugo-heading-slugs nil)
|
(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))
|
(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
|
;; Export dotfiles
|
||||||
|
|
||||||
(setq my/config-files
|
(setq my/config-files
|
||||||
'("README.org"
|
'("README.org" "Emacs.org" "Desktop.org" "Console.org" "Mail.org" "Guix.org"))
|
||||||
"Emacs.org"
|
|
||||||
"Desktop.org"
|
|
||||||
"Console.org"
|
|
||||||
"Mail.org"
|
|
||||||
"Guix.org"))
|
|
||||||
|
|
||||||
(defun my/export-dotfiles ()
|
(defun my/export-dotfiles ()
|
||||||
(cd (concat (vc-find-root default-directory ".git") "org/configs"))
|
(cd (concat (vc-find-root default-directory ".git") "org/configs"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue