8 lines
234 B
Org Mode
8 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
|