Skip to content

Commit

Permalink
Fix org-cv install
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Jan 31, 2024
1 parent 6022581 commit 43a4d48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions cats/+org-cv.el
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
;; -*- lexical-binding: t; -*-

(use-package ox-moderncv
:vc (ox-moderncv
(defvar cv-cwd cat-local-dir)

(use-package ox-altacv
:vc (ox-altacv
:url "https://gitlab.com/Titan-C/org-cv"
:ignored-files "genfiles.el"
:rev :newest)
:demand t
:after org)

(use-package ox-awesomecv
:vc (ox-awesomecv
:url "https://gitlab.com/Titan-C/org-cv"
:ignored-files "genfiles.el"
:rev :newest)
:demand t
:after org)
2 changes: 1 addition & 1 deletion config.el
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
(cat! "+org-latex")
(cat! "+org-roam")
(cat! "+org-srs")
;; (cat! "+org-cv")
(cat! "+org-cv")
(cat! "+org-link")
(cat! "+org-jira")

Expand Down

0 comments on commit 43a4d48

Please sign in to comment.