summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index cbaab0a..a1f820f 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -247,15 +247,6 @@ to
(when (eq major-mode 'org-mode)
(org-show-context))))
-(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
-point be on or under a heading in the Magit diff. If above, the
-context will be shown for above heading."
- (when (eq major-mode 'org-mode)
- (org-show-context)))
-
;;; Agenda
(after 'org-agenda