From 64fed6f7daba47144b09403a4982f26eb79b8ec6 Mon Sep 17 00:00:00 2001 From: Lucius Hu <1222865+lebensterben@users.noreply.github.com> Date: Sat, 26 Jun 2021 07:01:48 +0000 Subject: [PATCH] core-dotspacemacs: Fixes typo Reported here https://github.com/syl20bnr/spacemacs/issues/14875 --- core/core-dotspacemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-dotspacemacs.el b/core/core-dotspacemacs.el index d2effb3aa..e7507d561 100644 --- a/core/core-dotspacemacs.el +++ b/core/core-dotspacemacs.el @@ -352,7 +352,7 @@ running Emacs in terminal." (spacemacs|defc dotspacemacs-folding-method 'evil "Code folding method. Possible values are `evil', `origami' and `vimish'." - '(choice (cosnt evil) (const origami) (const vimish)) + '(choice (const evil) (const origami) (const vimish)) 'spacemacs-dotspacemacs-init) (spacemacs|defc dotspacemacs-default-layout-name "Default"