Update install instructions in README
This commit is contained in:
parent
f6300dad9c
commit
fee6ebd791
13
README.org
13
README.org
|
@ -6,14 +6,5 @@ Personal Emacs config.
|
||||||
|
|
||||||
Clone to =~/.config/emacs/= (or =~/.emacs.d/=).
|
Clone to =~/.config/emacs/= (or =~/.emacs.d/=).
|
||||||
|
|
||||||
To install packages on non-NixOS systems:
|
To install packages on non-NixOS systems run ~make~ (or ~make
|
||||||
|
install~), or execute ~install.el~ with Emacs.
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(setq prog-mode-hook nil
|
|
||||||
lisp-data-mode-hook nil)
|
|
||||||
(package-install-selected-packages)
|
|
||||||
;; Optionally autoremove unneeded packages:
|
|
||||||
(package-autoremove)
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
Or just run ~install.el~ for the same effect.
|
|
||||||
|
|
Loading…
Reference in a new issue