From 190e8d154b1004b5896d32fd448886ce5662dfd3 Mon Sep 17 00:00:00 2001 From: Sako <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:49:01 +0400 Subject: [PATCH] Update emacs.org --- config/emacs/emacs.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index aa5ba791..b6bcf59c 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -316,7 +316,8 @@ https://github.com/seagle0128/.emacs.d "oa" `(org-agenda :which-key "agenda") "g" `(:ignore g :which-key "git") "gs" `(magit-status :which-key "status")) - "r" `(elfeed :which-key "rss")) + "r" `(:ignore r :which-key "replacements") + "rr" `(elfeed :which-key "elfeed")) #+end_src ** Emacs-Dashboard #+begin_src emacs-lisp