aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 7fb92dc322313f5cf62971215ac566a22603750d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- mode: org; -*-
To install hypo-emacs download a tar or zip archive, extract it, place
it somewhere in your Emacs' =load-path=, or change =load-path= to include
the extracted directory:

#+BEGIN_SRC emacs-lisp
  (add-to-list 'load-path "/path/to/hypo-emacs")
#+END_SRC

*or* download and extract and then use ~package.el~ to install ~hypo.el~:

: M-x package-install-file RET /path/to/hypo-emacs/hypo.el RET