1
0
Fork 0
emacs-config/README.org
2020-03-25 23:44:20 -07:00

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