diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-12 16:42:45 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-12 16:42:45 -0400 |
commit | a204a37d002b5f6fabaaa99819f07f8351bbbbcb (patch) | |
tree | 075ca5cc9133e41c2c57367bbbfd931dce4171e8 /lisp | |
parent | a0ba3ac25ed25f4ef3bac1c668fabae6174d2520 (diff) | |
download | emacs.d-a204a37d002b5f6fabaaa99819f07f8351bbbbcb.tar.gz |
Update for magit-visit-item rename
Diffstat (limited to 'lisp')
-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 |