Browse Source

added some org keybindings

master
Marc 4 years ago
parent
commit
e43ad05d99
1 changed files with 10 additions and 0 deletions
  1. 10
      init.org

10
init.org

@ -369,6 +369,9 @@ Some windows specific stuff
#+END_SRC
** org-agenda
:PROPERTIES:
:ID: 10e65f59-ba2c-47e4-a40c-3097c15544aa
:END:
Custom keywords, depending on environment
#+BEGIN_SRC emacs-lisp
(pcase me/whoami
@ -377,6 +380,13 @@ Custom keywords, depending on environment
'((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE"))))
#+END_SRC
Add some key bindings
#+BEGIN_SRC emacs-lisp
(bind-key "C-c l" 'org-store-link)
(bind-key "C-c c" 'org-capture)
(bind-key "C-c a" 'org-agenda)
#+END_SRC
Sort agenda by deadline and priority
#+BEGIN_SRC emacs-lisp
(setq org-agenda-sorting-strategy

Loading…
Cancel
Save