From 63de98d6da55cc7c3b5f44b6bcd5ce11eb53f5b7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:02:15 +0400 Subject: [PATCH] add org-agenda keybinds for emacs layout --- config/emacs/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 94aa3195..9b834840 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1348,6 +1348,7 @@ GNU patch review metho dor sometihng idk ** Org mode configuration #+begin_src emacs-lisp (use-package org + :bind (("C-c o a" . org-agenda)) :hook (org-mode . org-indent-mode) :config (setq org-ellipsis " ↓")