From d1668bc57d851f937f274b83c45f95ae1c40be98 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 8 Dec 2016 10:28:45 +0100 Subject: [PATCH] Stabilize electric-spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package became unstable in melpa, and even though there is a fix waiting to be merged, it’s not. I roll back to the stable GNU (ELPA) version. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 207469b..2ca46eb 100644 --- a/init.el +++ b/init.el @@ -487,6 +487,7 @@ (use-package electric-spacing :ensure t + :pin gnu :config (add-hook 'c-mode-common-hook 'electric-spacing-mode))