diff options
-rw-r--r-- | lisp/init-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el index b9c72c1..c4746b0 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -135,7 +135,7 @@ Before running `org-tree-to-indirect-buffer', (when (eq major-mode 'org-mode) (org-show-context)))) -(defadvice magit-visit-item +(defadvice magit-visit (after magit-visit-show-org-context activate) "Show context if visiting Org buffer. This is an improvement, but still not great. It requires the |