Emacs: Keybinding for org-agenda.
This commit is contained in:
parent
ebe0f032aa
commit
c278bdbbe9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user