From 516d92f456ba4d4831fbcac38aa0fc8cb6926fb7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 6 Jun 2021 20:13:46 +0100 Subject: orglink is not needed, we have embark --- org.org | 7 ------- readme.org | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/org.org b/org.org index 27578cd..d381216 100644 --- a/org.org +++ b/org.org @@ -246,13 +246,6 @@ (define-key doc-view-mode-map (kbd "C-c O") #'jao-org-pdf-goto-org*)) #+end_src -*** orglink (global org links) - #+begin_src emacs-lisp - (use-package orglink - :ensure t - :config (global-orglink-mode 1) - :diminish " ol") - #+end_src * eldoc #+begin_src emacs-lisp (defun jao-org-eldoc--hook () diff --git a/readme.org b/readme.org index 73fe5cd..d7e5cd5 100644 --- a/readme.org +++ b/readme.org @@ -14,7 +14,7 @@ by setting up packages. A drawback of literate-elisp is that it only knows how to load with lexical binding set to nil, so i tend to prefer just loading tangled .el files. The packages [[https://github.com/yilkalargaw/org-auto-tangle][org-auto-tangle]] - (to asyncronously generate those files) and [[https://github.com/tarsius/orglink][orglink]] (to easily + (to asyncronously generate those files) and [[https://github.com/oantolin/embark][embark]] (to easily navigate between the two flavours) come in handy in that scenario. Here's the directory where a checkout of this repo lives: -- cgit v1.2.3