From 200b52fdb263cb2cf77856a70dc5fa9d05a6ad51 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 28 Jun 2023 18:56:36 +0200 Subject: Revert "Emacs: use commercial-emacs (currently without tree-sitter)" This reverts commit 4d02c68db272b0585ea3db2aa358ded296dbe7e9. --- user/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user/emacs/init.el') diff --git a/user/emacs/init.el b/user/emacs/init.el index afcbbffd..0a6333d2 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -31,6 +31,10 @@ (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)) -- cgit 1.4.1