1
0
Fork 0

Add simple README

This commit is contained in:
Tom Willemse 2020-03-25 23:44:20 -07:00
parent 6fbafae2c8
commit 8aad8fe934

7
README.org Normal file
View file

@ -0,0 +1,7 @@
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