diff options
-rw-r--r-- | org.org | 7 | ||||
-rw-r--r-- | readme.org | 2 |
2 files changed, 1 insertions, 8 deletions
@@ -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 () @@ -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: |