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:
12
config.org
12
config.org
@@ -1,13 +1,13 @@
|
||||
* Benchmark
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
;; (package! benchmark-init)
|
||||
(package! benchmark-init)
|
||||
#+end_src
|
||||
#+begin_src emacs-lisp
|
||||
;; (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))
|
||||
#+end_src
|
||||
* My doom config
|
||||
** Meow
|
||||
|
||||
Reference in New Issue
Block a user