Skip to content

Commit 130746a

Browse files
committed
minor bug fix
1 parent 8bce250 commit 130746a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Documentation/docs.note

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# List All Notes
33
# Create a new Note
44

5+
# Change Note Color
6+
57
# Headings
68
- ✔ folding/unfolding headings local and global tab/shift+tab
79
- ✔ moving between heading (command+R)

note_headings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def unfold_yet_fold_subheads(self, region, level):
115115
skip_headline_at_point=True)
116116

117117

118-
class NoteGlobalFoldingCommand(SmartFoldingCommand):
118+
class NoteGlobalFoldingCommand(NoteSmartFoldingCommand):
119119
"""Global folding / unfolding headlines at any point.
120120
121121
Unfold only when top-level headlines are totally folded.

0 commit comments

Comments
 (0)