We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d034c8 commit 50ec30bCopy full SHA for 50ec30b
2 files changed
CHANGELOG.org
@@ -1,4 +1,7 @@
1
* Release 0.104.x
2
+** 0.104.6 (2015/11/27)
3
+*** Hotfix
4
+- Fix void variable error =smartparens-strict-mode= (thanks to TheBB)
5
** 0.104.5 (2015/11/22)
6
*** Distribution layer changes
7
**** Spacemacs
init.el
@@ -14,7 +14,7 @@
14
;; (package-initialize)
15
16
(setq gc-cons-threshold 100000000)
17
-(defconst spacemacs-version "0.104.5" "Spacemacs version.")
+(defconst spacemacs-version "0.104.6" "Spacemacs version.")
18
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")
19
20
(defun spacemacs/emacs-version-ok ()
0 commit comments