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")
Meow mode
Enable tabs module and add keybindings for navigating Centaur tabs in
Meow normal state. Map leader + w h/l to move backward/forward between
tabs. Also disable everywhere and rss modules to streamline configuration.
editing
Change the modal editing system from Meow (QWERTY layout) to Evil mode
with the +everywhere flag for consistent Vim-like keybindings across
Emacs. Also update the theme from modus-vivendi to doom-material-dark.
feat(org): Add comprehensive org-capture templates
Configure org-capture-templates with personal and project-specific capture options including todos, notes, journal entries, and changelogs for both local and centralized project management.
```
feat: Change theme to modus-vivendi and reorganize theme packages
Switch default theme from ef-dark to modus-vivendi. Reorganize theme
package declarations in config.org to group catppuccin after ef-themes.
```
refactor(editor): Switch from Meow to Evil keybindings
Replace Meow editor with Evil mode configured with +everywhere flag
for consistent Vi-style keybindings across Emacs.
```