commit 8c6c299c8b2d2b687a0cd7343bdb883b4c308d4e parent 70ea4c170bd31956d8ee311156379bec7c5cf757 Author: Vincent Demeester <vincent@sbr.pm> Date: Sun, 17 May 2020 14:20:45 +0200 docs & Makefile : fix vorg lisp path Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | Makefile | | | 2 | +- |
M | docs/emacs.org | | | 12 | ++++++++---- |
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile @@ -88,7 +88,7 @@ update-docs: .PHONY: build-www build-www: $(SRCWWW)/publish-common.el lib/lisp/publish.el update-docs @echo "Publishing... with current Emacs configurations." - ${EMACS} --batch --directory $(DOTEMACS)/lisp/ \ + ${EMACS} --batch --directory $(DOTEMACS)/lisp/ --directory $(DOTEMACS)/lisp/vorg/ \ --load $(SRCWWW)/publish-common.el --load lib/lisp/publish.el \ --funcall org-publish-all diff --git a/docs/emacs.org b/docs/emacs.org @@ -1390,18 +1390,22 @@ - ~ol-github.el~: link to GitHub repositories, issues and pull-requests. - #+INCLUDE: ../tools/emacs/lisp/ol-github.el src emacs-lisp + #+INCLUDE: ../tools/emacs/lisp/vorg/ol-github.el src emacs-lisp - ~ol-gitlab.el~: link to GitLab repositories, issues and merge-requests. - #+INCLUDE: ../tools/emacs/lisp/ol-gitlab.el src emacs-lisp + #+INCLUDE: ../tools/emacs/lisp/vorg/ol-gitlab.el src emacs-lisp + +- ~ol-rg.el~: link to a =rg= search buffer. + + #+INCLUDE: ../tools/emacs/lisp/vorg/ol-rg.el src emacs-lisp - ~ol-ripgrep.el~: link to a =ripgrep= search buffer. - #+INCLUDE: ../tools/emacs/lisp/ol-ripgrep.el src emacs-lisp + #+INCLUDE: ../tools/emacs/lisp/vorg/ol-ripgrep.el src emacs-lisp - ~ol-grep.el~: link to a =grep= search buffer. - #+INCLUDE: ../tools/emacs/lisp/ol-grep.el src emacs-lisp + #+INCLUDE: ../tools/emacs/lisp/vorg/ol-grep.el src emacs-lisp And that's all folks 💃