aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-package.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-08 07:21:22 -0500
committerbard <[email protected]>2024-03-08 07:21:22 -0500
commit57c158c01c365fd453be8ddf4cda97fa4bad316c (patch)
treedf3f9289972bff1f8cd3a5ee304340fca0e11290 /bard-emacs-modules/bard-emacs-package.el
parent62863a8a77e6f39ac697e9b770873ab3df859dd5 (diff)
changed keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-package.el')
-rw-r--r--bard-emacs-modules/bard-emacs-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el
index 9b06162..8790b81 100644
--- a/bard-emacs-modules/bard-emacs-package.el
+++ b/bard-emacs-modules/bard-emacs-package.el
@@ -211,7 +211,7 @@ The exact color values are taken from the active Ef theme."
(use-package elfeed
:ensure t
:config
- (global-set-key (kbd "C-x w") 'elfeed)
+ (global-set-key (kbd "C-c e") 'elfeed)
(setq elfeed-search-filter "+unread -academia"))
(use-package elfeed-org