From 9b2d092e2f07c4d57714b8dc082e489de57722ef Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 25 Jul 2020 11:55:25 +0200 Subject: all: Let :ensure default to off Makes it easier to identify which packages are not bundled with Emacs. --- lisp/init-appearance.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/init-appearance.el') diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index bebb698..efe7bcf 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -18,13 +18,11 @@ ;; highlight current line (use-package hl-line - :ensure nil ;; package is bundled with emacs :config (global-hl-line-mode 1)) ;; highlight matching parentheses (use-package paren - :ensure nil ;; package is bundled with emacs :config (show-paren-mode 1)) -- cgit v1.2.3