From 35b2ceb82b0a933569444d376f107af2548517a5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 5 Apr 2016 12:20:11 -0700 Subject: [PATCH] remove ensure --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 2c04b7b3..790098f5 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2419,7 +2419,7 @@ items follow a style that is consistent with other prog-modes." ;; toys ;; ============================================================================= -(use-package hackernews :ensure t :commands hackernews) +(use-package hackernews :commands hackernews) ;; ============================================================================= ;; Appearance