[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 9def89866a 112/143: HyRolo - (hyrolo-markdown
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 9def89866a 112/143: HyRolo - (hyrolo-markdown-mode): Add missing (require 'markdown-mode) |
Date: |
Mon, 19 Feb 2024 15:59:24 -0500 (EST) |
branch: externals/hyperbole
commit 9def89866af36a03d81f7483d58aea15d8ccefe5
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>
HyRolo - (hyrolo-markdown-mode): Add missing (require 'markdown-mode)
---
ChangeLog | 1 +
hyrolo.el | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 8bf0975090..fc2bf7100b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* hyrolo.el (hyrolo-reveal-open-new-overlays,
hyrolo-reveal-close-old-overlays):
Wrap 'funcall' in 'hyrolo-funcall-match' so uses HyRolo outline settings.
+ (hyrolo-markdown-mode): Add missing (require 'markdown-mode).
2024-01-27 Bob Weiner <rsw@gnu.org>
diff --git a/hyrolo.el b/hyrolo.el
index ff8b158439..d2dbc0983d 100644
--- a/hyrolo.el
+++ b/hyrolo.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 7-Jun-89 at 22:08:29
-;; Last-Mod: 28-Jan-24 at 02:11:12 by Bob Weiner
+;; Last-Mod: 28-Jan-24 at 02:33:39 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -952,6 +952,7 @@ or NAME is invalid, return nil."
"Major mode for editing Markdown files."
(unless (fboundp 'markdown-mode)
(package-install 'markdown-mode))
+ (require 'markdown-mode)
;; Don't actually derive from `markdown-mode' to avoid its costly setup
;; but set its parent mode property to org-mode so `derived-mode-p' checks
- [elpa] externals/hyperbole a85f06a9e4 090/143: Merge branch 'rsw' of hyperbole into rsw, (continued)
- [elpa] externals/hyperbole a85f06a9e4 090/143: Merge branch 'rsw' of hyperbole into rsw, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 19aced9b01 078/143: Fix hyrolo-org-mode hide/show commands;, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 94b792e23f 076/143: hsys-xref.el - Add forgotten file, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 72d17af6e8 081/143: Merge branch 'rsw' into HEAD, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 30ec5b242a 083/143: Merge pull request #440 from rswgnu/matsl-rsw-add-tests-for-various-ebut, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 89b2477423 094/143: Remove skip guard on test that works in batch mode, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 4c28ade4aa 093/143: Respect EMACS macro in echo target (#446), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 48210fb535 091/143: Fix hyrolo-to-entry-beginning, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole edeaad38cd 102/143: Set copyright notice to include 2024 for files updated under 2024 (#453), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 44b5b447f7 101/143: Add hsettings tests (#452), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 9def89866a 112/143: HyRolo - (hyrolo-markdown-mode): Add missing (require 'markdown-mode),
ELPA Syncer <=
- [elpa] externals/hyperbole cf6c291eae 124/143: Rename ibut:act to ibut:act-label, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole c0f33ab989 095/143: hsys-org-fix-version - fix to reload Org libs from the proper path, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole f40a30d11c 127/143: Use actionv4 (#465), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 5d27b22695 129/143: Add overview and top-level outline tests, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 6befc489c5 131/143: Autoload `hypb:add-to-invisibility-spec' used in kotl-mode, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole c5b276b61e 142/143: HyRolo - `hyrolo-outline-minor-mode' expands invisible text at point, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 93ff5acf4b 140/143: hyrolo.el - Add default hyrolo-entry-group-number for hyrolo-mode, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole b3a0a7d2e2 038/143: Merge remote branch 'rsw' of hyperbole into rsw, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 6c7b8e5afb 048/143: Add helper for generating org files + two tests using the matches, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 8d9b7f0dde 032/143: hyrolo-tests.el - "*HyRolo*" literal to `hyrolo-display-buffer' var, ELPA Syncer, 2024/02/19