all repos — nixfiles @ 200b52fdb263cb2cf77856a70dc5fa9d05a6ad51

System and user configuration, managed by nix and home-manager

Revert "Emacs: use commercial-emacs (currently without tree-sitter)" This reverts commit 4d02c68db272b0585ea3db2aa358ded296dbe7e9.

Alan Pearce
commit

200b52fdb263cb2cf77856a70dc5fa9d05a6ad51

parent

14c8b4502d5b15def4ae04d12d3ba43a14a23585

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M user/emacs/init.eluser/emacs/init.el
@@ -31,6 +31,10 @@ ,@body))
(defun quiet (original-function &rest args) (quietly (apply original-function args))) +(use-package benchmark-init + :config (progn + (add-hook 'after-init-hook #'benchmark-init/deactivate 99))) + ;;; Customize (setq custom-file (expand-file-name "custom.el" user-emacs-directory))