Compare commits

...

2 commits

Author SHA1 Message Date
frosty 4340bf9c85 ensure evil collection 2024-09-12 02:34:26 +00:00
frosty 5cde23bc30 clean .gitignore 2024-09-12 02:34:00 +00:00
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,3 @@
**/*
*
!init.el
!README.org

View file

@ -90,6 +90,7 @@ Useful options and packages for manipulating text, including the almighty Evil m
;; General extension for Evil
(use-package evil-collection
:ensure t
:after evil
:config
(setq evil-collection-mode-list '(dired ibuffer))