Skip to content

Commit

Permalink
Merge pull request #111 from cdlm/process-mode-cleanup
Browse files Browse the repository at this point in the history
Cleanup org-gtd-process-mode
  • Loading branch information
Trevoke authored Feb 15, 2023
2 parents 56f1128 + a89f82b commit 09601da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org-gtd-inbox-processing.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
;;;###autoload
(define-minor-mode org-gtd-process-mode
"Minor mode for org-gtd."
nil " GPM" org-gtd-process-map
:global nil
:lighter " GPM"
:keymap org-gtd-process-map
(if org-gtd-process-mode
(setq-local
header-line-format
Expand Down Expand Up @@ -88,7 +88,7 @@ undefined state."
(display-buffer-same-window (org-gtd--inbox-file) '())
(delete-other-windows)

(org-gtd-process-mode t)
(org-gtd-process-mode)

(condition-case err
(progn
Expand Down

0 comments on commit 09601da

Please sign in to comment.