Update install instructions in README

This commit is contained in:
Evie Litherland-Smith 2024-04-17 13:01:02 +01:00
parent f6300dad9c
commit fee6ebd791

View file

@ -6,14 +6,5 @@ Personal Emacs config.
Clone to =~/.config/emacs/= (or =~/.emacs.d/=).
To install packages on non-NixOS systems:
#+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.
To install packages on non-NixOS systems run ~make~ (or ~make
install~), or execute ~install.el~ with Emacs.