[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote e64daa0cd6 04/15: Remove 'require' for outline b
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote e64daa0cd6 04/15: Remove 'require' for outline because outline-minor mode is autoloaded already |
Date: |
Sun, 30 Mar 2025 03:58:00 -0400 (EDT) |
branch: externals/denote
commit e64daa0cd6f39d76e28ebe8b48762bd3c14b8da7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove 'require' for outline because outline-minor mode is autoloaded
already
This builds on top of commit f70c96c, which was contributed by Lucas
Quintana in pull request 571:
<https://github.com/protesilaos/denote/pull/571>.
Lucas has assigned copyright to the Free Software Foundation.
---
denote.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/denote.el b/denote.el
index 791224dd9f..2035bed151 100644
--- a/denote.el
+++ b/denote.el
@@ -5133,9 +5133,8 @@ This is used by the commands `denote-backlinks',
`denote-grep',
`denote-query-contents-link', and `denote-query-filenames-link', among
others."
:interactive nil
- (require 'outline)
(setq-local outline-minor-mode-use-buttons 'in-margins)
- (outline-minor-mode))
+ (outline-minor-mode 1))
(define-obsolete-function-alias
'denote-link--prepare-backlinks
- [elpa] externals/denote f70c96c5ca 01/15: Merge main features from denote-search into Denote, (continued)
- [elpa] externals/denote f70c96c5ca 01/15: Merge main features from denote-search into Denote, ELPA Syncer, 2025/03/30
- [elpa] externals/denote bd74eb2390 06/15: Change denote-grep-refine to denote-grep-focus, ELPA Syncer, 2025/03/30
- [elpa] externals/denote eba08ae52e 08/15: Update the doc strings of the internal variables used by denote-make-links-buffer, ELPA Syncer, 2025/03/30
- [elpa] externals/denote e9a16611a3 11/15: Placate the compiler about denote-grep-clear-all-filters, ELPA Syncer, 2025/03/30
- [elpa] externals/denote 2b1a5886c3 13/15: Make denote-grep-query-prompt return a string, not assuming it is part of 'interactive', ELPA Syncer, 2025/03/30
- [elpa] externals/denote 5e44e8f8bf 02/15: Merge pull request #571 from lmq-10/search-improvements, ELPA Syncer, 2025/03/30
- [elpa] externals/denote 0e12927aab 12/15: Make small tweaks to denote-grep-query-prompt doc string, ELPA Syncer, 2025/03/30
- [elpa] externals/denote 6cbf2fcb67 07/15: Introduce the denote-grep group and update user options accordingly, ELPA Syncer, 2025/03/30
- [elpa] externals/denote e4187ee517 03/15: Update the doc string of denote-query-mode, ELPA Syncer, 2025/03/30
- [elpa] externals/denote b2d6b74726 14/15: Rename denote-grep-query-history and make the histories reference each other, ELPA Syncer, 2025/03/30
- [elpa] externals/denote e64daa0cd6 04/15: Remove 'require' for outline because outline-minor mode is autoloaded already,
ELPA Syncer <=
- [elpa] externals/denote d220ff854d 05/15: Update denote-query-mode-map doc string, ELPA Syncer, 2025/03/30
- [elpa] externals/denote 66746544bc 09/15: Rewrite denote-query-extract-title to follow our style in other places, ELPA Syncer, 2025/03/30
- [elpa] externals/denote 93b15ee6de 10/15: Placate the compiler about denote-retrieve-xref-alist, ELPA Syncer, 2025/03/30
- [elpa] externals/denote ed0fcb0ebf 15/15: Make denote-grep-file-regexp-prompt return a string, not assuming it is part of 'interactive', ELPA Syncer, 2025/03/30