From c278bdbbe9eced8afdadb04762e17728dd542585 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 5 Oct 2020 18:05:12 +0200 Subject: [PATCH] Emacs: Keybinding for org-agenda. --- init.d/text/misc.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 06b899c..e2823a0 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-10-05T17:59:41+0200> +;; Time-stamp: <2020-10-05T18:04:33+0200> ;;; Commentary: @@ -160,7 +160,8 @@ ("C-S-" . nil) ("C-c C-S-" . org-shiftcontrolup) ("C-S-" . nil) - ("C-c C-S-" . org-shiftcontroldown)))) + ("C-c C-S-" . org-shiftcontroldown) + ("C-c a" . org-agenda)))) (use-package org-bullets :after org