mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(emacs): evil, appearance and edit
* evil: Text Object (l -> inner) and Evil-Surround * appearance: mode line (doom) and bufferline (built-in) * edit: vertico and marginalia
This commit is contained in:
parent
ffcc8fb768
commit
e6b1e1b595
8 changed files with 99 additions and 21 deletions
|
|
@ -19,8 +19,10 @@
|
|||
;; Load each modules
|
||||
(require 'init-package) ; package manager should be loaded first
|
||||
(require 'init-basic)
|
||||
(require 'init-appearance) ; package manager should be loaded first
|
||||
(require 'init-keymaps)
|
||||
(require 'init-evil)
|
||||
(require 'init-file)
|
||||
;; (require 'init-lsp) ; FIXME: See .emacs.d/lisp/init-lsp.el
|
||||
|
||||
;; Load `custom` file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue