Test go package
This commit is contained in:
parent
ca16d487e9
commit
075f233156
21
doom.org
21
doom.org
@ -1630,6 +1630,13 @@ https://www.reddit.com/r/orgmode/comments/7u2n0h/tip_for_defining_latex_macros_f
|
|||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Igo-go
|
||||||
|
#+begin_src emacs-lisp :tangle no
|
||||||
|
(with-eval-after-load "org"
|
||||||
|
(require 'igo-org)
|
||||||
|
(igo-org-setup))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Org Projects
|
** Org Projects
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-publish-project-alist
|
(setq org-publish-project-alist
|
||||||
@ -3460,6 +3467,14 @@ Choose account label to feed msmtp -a option based on From header in Message buf
|
|||||||
:files ("resources" "*.el")))
|
:files ("resources" "*.el")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(package! igo-org
|
||||||
|
:recipe (:host github
|
||||||
|
:repo "misohena/el-igo"
|
||||||
|
:branch "master"
|
||||||
|
:files ("*.el")))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(package! org-transclusion
|
(package! org-transclusion
|
||||||
:recipe (:host github
|
:recipe (:host github
|
||||||
@ -3535,8 +3550,10 @@ Choose account label to feed msmtp -a option based on From header in Message buf
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; Org-mode query language
|
;; Org-mode query language
|
||||||
(package! org-ql)
|
(package! org-ql :recipe (:host github :repo "alphapapa/org-ql"
|
||||||
(package! helm-org-ql)
|
:files ("*.el")
|
||||||
|
))
|
||||||
|
;; (package! helm-org-ql)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user