feat(config): Enable benchmark-init and switch

from Evil to Meow

- Uncomment benchmark-init package and configuration for startup profiling
- Switch editor mode from Evil to Meow with QWERTY layout
- Enable additional tools: ansible, biblio, debugger, and editorconfig
- Fix typo in clojure comment (was "cojure")
This commit is contained in:
Zelong Kuang
2025-12-09 01:15:29 +11:00
parent 6d90846eda
commit c0bc27c53b
4 changed files with 17 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
;; (use-package! benchmark-init
;; :ensure t
;; :config
;; ;; To disable collection of benchmark data after init is done.
;; (add-hook 'after-init-hook 'benchmark-init/deactivate))
(use-package! benchmark-init
:ensure t
:config
;; To disable collection of benchmark data after init is done.
(add-hook 'after-init-hook 'benchmark-init/deactivate))
(setf meow-expand-hint-remove-delay 0)