Stabilize electric-spacing

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.
This commit is contained in:
Gergely Polonkai 2016-12-08 10:28:45 +01:00
parent 60259fc443
commit d1668bc57d
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@
(use-package electric-spacing
:ensure t
:pin gnu
:config
(add-hook 'c-mode-common-hook 'electric-spacing-mode))