Emacs: Keybinding for org-agenda.

This commit is contained in:
tastytea 2020-10-05 18:05:12 +02:00
parent ebe0f032aa
commit c278bdbbe9
1 changed files with 3 additions and 2 deletions

View File

@ -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-<up>" . nil)
("C-c C-S-<up>" . org-shiftcontrolup)
("C-S-<down>" . nil)
("C-c C-S-<down>" . org-shiftcontroldown))))
("C-c C-S-<down>" . org-shiftcontroldown)
("C-c a" . org-agenda))))
(use-package org-bullets
:after org