adding kdesrc-build alias and ox-zola
This commit is contained in:
parent
a0922f054e
commit
bdbbf0044c
2 changed files with 17 additions and 0 deletions
7
init.el
7
init.el
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue