summaryrefslogtreecommitdiffstats
path: root/lisp/init-flymake.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-07-25 11:55:25 +0200
committerMartin Polden <mpolden@mpolden.no>2020-07-25 11:57:24 +0200
commit9b2d092e2f07c4d57714b8dc082e489de57722ef (patch)
tree97b1cb873cae8fecf3afeb9ae61d5196e93f2fb3 /lisp/init-flymake.el
parent87e31c36665fdcab340cd2d5218986ba327eada4 (diff)
all: Let :ensure default to off
Makes it easier to identify which packages are not bundled with Emacs.
Diffstat (limited to 'lisp/init-flymake.el')
-rw-r--r--lisp/init-flymake.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-flymake.el b/lisp/init-flymake.el
index f915d17..c07ed8d 100644
--- a/lisp/init-flymake.el
+++ b/lisp/init-flymake.el
@@ -1,7 +1,4 @@
(use-package flymake
- ;; package is bundled with emacs
- :ensure nil
-
:bind (:map flymake-mode-map
;; C-d shows a list of all errors
("C-c d" . flymake-show-diagnostics-buffer)))