-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable HyRolo's extended reveal-mode used in *HyRolo* buffer
hypb:add-to-invisibility-spec: Add and use wherever 'add-to-invisbility-spec' was. hyrolo.el (hyrolo-file-suffix-regexp): Allow for suffix .outl to invoke outline mode in addition to .otl.
- Loading branch information
Showing
5 changed files
with
224 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
2024-01-23 Bob Weiner <[email protected]> | ||
|
||
* hyrolo.el (hyrolo-reveal-ignore-this-command, hyrolo-reveal-open-new-overlays, | ||
hyrolo-reveal-close-old-overlays, reveal-post-command): | ||
Enable Hyperbole extended version of 'reveal-mode' that supports 'org-fold'. | ||
|
||
2024-01-21 Bob Weiner <[email protected]> | ||
|
||
* hypb.el (hypb:add-to-invisibility-spec): Add and use wherever | ||
'add-to-invisbility-spec' was. | ||
|
||
* hload-path.el (auto-mode-alist): | ||
hyrolo.el (hyrolo-file-suffix-regexp): Allow for suffix .outl to invoke outline | ||
mode in addition to .otl. | ||
|
||
* hmouse-tag.el (smart-emacs-lisp-mode-p ,smart-lisp-mode-p): Change to use | ||
'derived-mode-p' rather than checking for 'major-mode' matches directly. | ||
(smart-emacs-lisp-mode-p): Add optional 'skip-identifier-flag'. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.