summaryrefslogtreecommitdiff
path: root/dh-elpa.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-16 19:17:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-16 19:17:06 -0700
commita3eb8c6aa39be5cd2f27bd6f21156fad8c2b6e5e (patch)
treedf47bbce645c40c62474997b46f7e2e2e3a5eeac /dh-elpa.el
parent67b07abd5d39cbef8d530a49855c499949457fb1 (diff)
add yasnippet to list of pkgs outside of elpa-*
Diffstat (limited to 'dh-elpa.el')
-rw-r--r--dh-elpa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh-elpa.el b/dh-elpa.el
index ded844f..d76830b 100644
--- a/dh-elpa.el
+++ b/dh-elpa.el
@@ -65,7 +65,7 @@ current time is used."
Remove packages that are maintained outside of the elpa-*
namespace in Debian, plus Emacs itself."
- (let ((non-elpa (list 'emacs 's 'dash)))
+ (let ((non-elpa (list 'emacs 's 'dash 'yasnippet)))
(cl-remove-if (lambda (dep)
(or (memq (car dep) non-elpa)
(package-built-in-p (car dep))))