]> git.donarmstrong.com Git - lib.git/commitdiff
use outline-hide-other
authorDon Armstrong <don@donarmstrong.com>
Tue, 22 Dec 2020 16:34:16 +0000 (08:34 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 19 Apr 2021 15:22:35 +0000 (08:22 -0700)
emacs_el/configuration/don-configuration.org

index 50fbec086a22ac157e96757f6998f540e5a2af23..75ed11e04645029ee2854129502f034af037245e 100644 (file)
@@ -1755,7 +1755,7 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori
     (interactive)
     (save-excursion
       (org-back-to-heading 'invisible-ok)
-      (hide-other)
+      (outline-hide-other)
       (org-cycle)
       (org-cycle)
       (org-cycle)))