From f44ed3939d9ce41d05d7825c80dd1214f9279551 Mon Sep 17 00:00:00 2001 From: Inhji Date: Tue, 6 Feb 2024 15:27:48 +0100 Subject: [PATCH] remove f12 for agenda for now --- config/dot_config/doom/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/dot_config/doom/config.org b/config/dot_config/doom/config.org index 8f8c5ad..ef0bcd3 100644 --- a/config/dot_config/doom/config.org +++ b/config/dot_config/doom/config.org @@ -43,7 +43,8 @@ This codeblock should be the first in this file! * Keybindings #+begin_src emacs-lisp -(map! "" #'org-agenda-list) +;; This will add a key combination oF F-1-2 breaking basic typing lol +;;(map! "" #'org-agenda-list) #+end_src * Appearance