From e1f128b269d623df1c43e4e9d30b4a5c3bb31943 Mon Sep 17 00:00:00 2001 From: Swaroop C H Date: Tue, 27 Sep 2016 00:19:12 -0700 Subject: [PATCH] Mention mode line support for org clock --- layers/+emacs/org/README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/layers/+emacs/org/README.org b/layers/+emacs/org/README.org index e9d321a21..f7e18ce97 100644 --- a/layers/+emacs/org/README.org +++ b/layers/+emacs/org/README.org @@ -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