7 lines
234 B
Org Mode
7 lines
234 B
Org Mode
To use this repository execute the following commands in Emacs:
|
|
|
|
#+begin_src emacs-lisp
|
|
(add-to-list 'package-archives '("oni" . "https://ryuslash.org/elpa/"))
|
|
(package-refresh-contents)
|
|
(package-install 'oni-package)
|
|
#+end_src
|