Document emacs configuration

This commit is contained in:
Charlotte Van Petegem 2021-03-18 15:03:55 +01:00
parent 5b2853d95b
commit 0646f4c325
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 40 additions and 12 deletions

View file

@ -33,6 +33,7 @@
(add-hook 'emacs-startup-hook #'hm/restore-file-name-handler-alist)
;; Nix manages our packages
(setq package-enable-at-startup nil)
;; Avoid expensive frame resizing. Inspired by Doom Emacs.