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:
10
config.el
10
config.el
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user