diff --git a/init.el b/init.el index 3ecae81..1f91adf 100644 --- a/init.el +++ b/init.el @@ -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)