[Emacs] Finish benchmarking in init.el
This commit is contained in:
parent
530faf3fc0
commit
cbcdec4e5d
@ -4173,7 +4173,6 @@ I had to disable this mode because something that it does messes with coding set
|
|||||||
** recentf
|
** recentf
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package recentf
|
(use-package recentf
|
||||||
:defer 1
|
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq recentf-max-saved-items 1000
|
(setq recentf-max-saved-items 1000
|
||||||
@ -4934,7 +4933,3 @@ load-theme hook (See the heading below).
|
|||||||
(when (file-exists-p custom-after-file) (load custom-after-file))
|
(when (file-exists-p custom-after-file) (load custom-after-file))
|
||||||
(when (file-exists-p machine-custom) (load machine-custom))
|
(when (file-exists-p machine-custom) (load machine-custom))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Finish Benchmarking
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(when imalison:do-benchmark (benchmark-init/deactivate))
|
|
||||||
#+END_SRC
|
|
||||||
|
@ -72,6 +72,8 @@
|
|||||||
(straight-transaction
|
(straight-transaction
|
||||||
(concat (file-name-directory load-file-name) "README.org"))))
|
(concat (file-name-directory load-file-name) "README.org"))))
|
||||||
|
|
||||||
|
(when imalison:do-benchmark (benchmark-init/deactivate))
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
|
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
|
||||||
;; End:
|
;; End:
|
||||||
|
Loading…
Reference in New Issue
Block a user