Add evil-collection to fix elfeed keybindings

This commit is contained in:
g1n 2021-05-01 16:50:08 +03:00
parent 456662e040
commit 8688dcb5a0
2 changed files with 13 additions and 2 deletions

View File

@ -3,8 +3,14 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(elfeed-feeds
'("https://xkcd.com"
("https://news.ycombinator.com/rss" hacker)
("https://envs.net/~seirdy/posts/index.xml" seirdy)
("https://codevoid.de/h/feed.xml" codevoid)
("https://xkcd.com/rss.xml" xkcd)))
'(package-selected-packages
'(elfeed exwm slime doom-modeline evil doom-themes use-package)))
'(evil-collection elfeed exwm slime doom-modeline evil doom-themes use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -34,8 +34,13 @@
(package-install 'evil))
;;; Enable Evil
(setq evil-want-keybinding nil)
(require 'evil)
(evil-mode 1)
(require 'evil-collection nil t)
(evil-collection-init)
; General configuration