mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Fix #221: update file state icon after org-toggle-narrow-to-subtree.
This commit is contained in:
parent
349d7c0084
commit
efd2f3ac4c
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ Uses `all-the-icons-material' to fetch the icon."
|
|||
(advice-add #'org-narrow-to-block :after #'doom-modeline-update-buffer-file-state-icon)
|
||||
(advice-add #'org-narrow-to-element :after #'doom-modeline-update-buffer-file-state-icon)
|
||||
(advice-add #'org-narrow-to-subtree :after #'doom-modeline-update-buffer-file-state-icon)
|
||||
(advice-add #'org-toggle-narrow-to-subtree :after #'doom-modeline-update-buffer-file-state-icon)
|
||||
(advice-add #'org-edit-src-save :after #'doom-modeline-update-buffer-file-state-icon)
|
||||
(advice-add #'symbol-overlay-rename :after #'doom-modeline-update-buffer-file-state-icon)
|
||||
|
||||
|
|
Loading…
Reference in a new issue