Add package install instructions

This commit is contained in:
Evie Litherland-Smith 2024-04-17 12:33:09 +01:00
parent 4e93a40717
commit 4859445e17

View file

@ -1,6 +1,9 @@
;;; init.el -- My emacs config -*- lexical-binding: t -*-
;;; Commentary:
;; Moving my Emacs config from separate directory
;; To install packages on non-NixOS systems:
;; `(setq prog-mode-hook nil lisp-data-mode-hook nil)'
;; `M-x package-install-selected-packages'
;;; Code:
;; Stop popups for warning messages, keep in log buffer
(setopt warning-minimum-level :error)