From 8ba6dcc57d76120392fc39719097b4e7d30df053 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 2 Mar 2015 23:00:20 -0500 Subject: [PATCH] Fix typo in spacemacs/mode-line-org-org-clock-current-task-toggle --- spacemacs/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 501c62727..0cae78cca 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -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)