summaryrefslogtreecommitdiff
path: root/dh-elpa.el
diff options
context:
space:
mode:
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))))