Mention mode line support for org clock

This commit is contained in:
Swaroop C H 2016-09-27 00:19:12 -07:00 committed by Eivind Fonn
parent 73ff3de8d2
commit e1f128b269
1 changed files with 11 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- [[#revealjs-support][Reveal.js support]]
- [[#different-bullets][Different bullets]]
- [[#project-support][Project support]]
- [[#mode-line-support][Mode line support]]
- [[#key-bindings][Key bindings]]
- [[#org][Org]]
- [[#org-with-evil-org-mode][Org with evil-org-mode]]
@ -138,6 +139,16 @@ the following snippet. Note that this may have unintended consequences until
(push (org-projectile:todo-files) org-agenda-files))
#+END_SRC
** Mode line support
To temporarily enable mode line display of org clock, press ~SPC t m c~.
To permanently enable mode line display of org clock, add this snippet to your
=dotspacemacs/user-config= function:
#+BEGIN_SRC elisp
(setq spaceline-org-clock-p t)
#+END_SRC
* Key bindings
** Org