diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-10-10 06:58:27 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-10-10 07:01:30 +0200 |
commit | 0091853199bc31775c66c638a0b5b06ef0d7aec3 (patch) | |
tree | 100ad25b8cfa0346c037480dd526663f105d1371 /gnu/local.mk | |
parent | c2acf8f32b6a8ed5d27416c2f4d84e830c015020 (diff) | |
download | patches-0091853199bc31775c66c638a0b5b06ef0d7aec3.tar patches-0091853199bc31775c66c638a0b5b06ef0d7aec3.tar.gz |
gnu: emacs-org-ql: Patch for Helm users.
The package has a Helm component that is missing the relevant `require` statements.
* gnu/packages/patches/emacs-helm-org-ql.patch: Add.
* gnu/local.mk (emacs-helm-org-ql): Add entry.
* gnu/packages/emacs-xyz.scm: Update and add dependencies.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 39b8e009b2..99f2cfd772 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -791,6 +791,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch \ %D%/packages/patches/emacs-exec-path.patch \ %D%/packages/patches/emacs-fix-scheme-indent-function.patch \ + %D%/packages/patches/emacs-helm-org-ql.patch \ %D%/packages/patches/emacs-json-reformat-fix-tests.patch \ %D%/packages/patches/emacs-highlight-stages-add-gexp.patch \ %D%/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \ |