Remove Unicode triple dot in favor of ASCII one

Remove Unicode triple dot in favor of ASCII one because it breaks
initialization with message:
"*temp file*" default encoding cannot encode
This commit is contained in:
nshadov 2019-07-30 15:29:30 +02:00 committed by duianto
parent 7bc23b895f
commit 0e0319968d
3 changed files with 5 additions and 3 deletions

View File

@ -566,6 +566,8 @@ Other:
- Added missing force argument to the =spacemacs//init-spacemacs-env= call in
the function =spacemacs/load-spacemacs-env= (thanks to sergeiz2)
- Fixed =spacemacs/alternate-buffer= to restore point.
- Removed Unicode triple dot in both =dotspacemacs-smart-closing-parenthesis=
variable comments in favor of the ASCII one (thanks to nshadov)
- Other:
- New function =configuration-layer/message= to display message in
=*Messages*= buffer (thanks to Sylvain Benner)

View File

@ -368,8 +368,8 @@ Has no effect if `dotspacemacs-enable-server' is nil.")
(defvar dotspacemacs-smart-closing-parenthesis nil
"If non-nil pressing the closing parenthesis `)' key in insert mode passes
over any automatically added closing parenthesis, bracket, quote, etc
This can be temporary disabled by pressing `C-q' before `)'.")
over any automatically added closing parenthesis, bracket, quote, etc...
This can be temporary disabled by pressing `C-q' before `)'. (default nil)")
(defvar dotspacemacs-zone-out-when-idle nil
"Either nil or a number of seconds. If non-nil zone out after the specified

View File

@ -372,7 +372,7 @@ It should only modify the values of Spacemacs settings."
dotspacemacs-smartparens-strict-mode nil
;; If non-nil pressing the closing parenthesis `)' key in insert mode passes
;; over any automatically added closing parenthesis, bracket, quote, etc
;; over any automatically added closing parenthesis, bracket, quote, etc...
;; This can be temporary disabled by pressing `C-q' before `)'. (default nil)
dotspacemacs-smart-closing-parenthesis nil