[org] Enable speed commands

master
Jacopo De Simoi 7 years ago
parent 881c737400
commit bc74406339
  1. 5
      global.org

@ -630,7 +630,10 @@
#+BEGIN_SRC emacs-lisp
(setq org-agenda-block-separator ?─)
#+END_SRC
Turn on speed keys
#+BEGIN_SRC emacs-lisp
(setq org-use-speed-commands t)
#+END_SRC
Ideally I should tag some tasks as “break” tasks, which are suitable to be
taken care of during a pomodoro break. Such tasks should be marked with
tags ~:5m:~ and ~:20m:~ according to the estimate on the time it would take to

Loading…
Cancel
Save