adding kdesrc-build alias and ox-zola

This commit is contained in:
Chris Cochrun 2023-05-04 09:30:28 -05:00
parent a0922f054e
commit bdbbf0044c
2 changed files with 17 additions and 0 deletions

View file

@ -1322,6 +1322,12 @@ All my (performant) foldings needs are met between this and `org-show-subtree'
org-re-reveal-mobile-app t)
)
(use-package ox-zola
:after 'ox-hugo
:config
)
(use-package unicode-fonts
:ensure t
:config
@ -2642,6 +2648,7 @@ targets."
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s $1")
("nupg" "upgrade-nix")
("nupd" "update-nix")
("ksb" "/home/chris/dev/kde/src/kdesrc-build/kdesrc-build")
("ws" "rsync -avzP public/ chris@staff.tfcconnection.org:tfcconnection")
("wttr" "curl wttr.in/@home.cochrun.xyz")))