emacs/README.org

474 B

Emacs Config

Personal Emacs config.

Clone to ~/.config/emacs/ (or ~/.emacs.d/).

To install packages on non-NixOS systems:

  (setq prog-mode-hook nil
        lisp-data-mode-hook nil)
  (package-install-selected-packages)
  ;; Optionally autoremove unneeded packages:
  (package-autoremove)

Or just run install.el for the same effect.