Fix typo in spacemacs/mode-line-org-org-clock-current-task-toggle

This commit is contained in:
syl20bnr 2015-03-02 23:00:20 -05:00
parent c9938d2b00
commit 8ba6dcc57d

View file

@ -1956,7 +1956,7 @@ displayed in the mode-line.")
(defvar spacemacs-mode-line-org-clock-format-function
'org-clock-get-clock-string
"Function used to render the currently clocked org-mode task.")
(defun spacemacs/mode-line-org-org-clock-current-task-toggle ()
(defun spacemacs/mode-line-org-clock-current-task-toggle ()
(interactive)
(if spacemacs-mode-line-org-clock-current-taskp
(setq spacemacs-mode-line-org-clock-current-taskp nil)