Skip to content

Commit

Permalink
Merge pull request weirdNox#57 from lockywolf/master
Browse files Browse the repository at this point in the history
README.org: add installation instructions with Emacs 29.1
  • Loading branch information
petermao committed Aug 15, 2023
2 parents 09fe1df + 7c58225 commit f38eca9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
(require 'org-noter)
#+end_src

*** vanilla Emacs after version 29.1, which includes use-package

#+begin_src elisp
(use-package org-noter
:load-path "<path-to-org-noter>"
:ensure t
:demand t)
#+end_src

*** straight.el
In plain ~straight.el~ syntax
#+begin_src elisp
Expand Down

0 comments on commit f38eca9

Please sign in to comment.