[Emacs] org-appear now on MELPA

This commit is contained in:
2021-03-26 13:40:38 +01:00
parent 220b43aaf2
commit 774f69589a
2 changed files with 2 additions and 7 deletions

View File

@@ -259,6 +259,7 @@ the cursor is on one.
org-enable-hugo-support t
org-enable-reveal-js-support t
org-enable-sticky-header t
org-enable-appear-support t
spaceline-org-clock-p t
org-projectile-file "TODOs.org"
org-download-image-dir "~/Pictures/org/"
@@ -1376,12 +1377,6 @@ Emacs config file:
(load "~/.config/emacs/private/private_emacs")
#+END_SRC
Ill also load a package I cloned locally as it is not (yet?) available in the
MELPA: [[https://github.com/awth13/org-appear][org-appear]].
#+BEGIN_SRC emacs-lisp
(require 'org-appear "~/fromGIT/emacs-packages/org-appear/org-appear.el")
#+END_SRC
Then, I want a couple of requires:
#+BEGIN_SRC emacs-lisp
(require 'org-id)