From 3ceaf233fd2052e41811db8589c25521f7a7c61c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 18 Apr 2017 10:58:46 +0200 Subject: [PATCH] Load thingatpt with use-package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was not a problem, just let’s be consequent. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 34c7458..6576b00 100644 --- a/init.el +++ b/init.el @@ -70,7 +70,8 @@ (expand-file-name "~"))) ;; Load some custom libraries -(require 'thingatpt) +(use-package thingatpt + :ensure nil) (use-package helm :init