Fix typos in .spacemacs.template

Fix some typos and also change the few instances of "non nil" to
"non-nil", so as to be consistent with the rest of the file.
This commit is contained in:
feltcat 2021-07-16 08:27:22 +01:00 committed by duianto
parent 3b8bb7f5b7
commit 99e74fbd0e
1 changed files with 6 additions and 6 deletions

View File

@ -385,8 +385,8 @@ It should only modify the values of Spacemacs settings."
;; If set to `t', `relative' or `visual' then line numbers are enabled in all
;; `prog-mode' and `text-mode' derivatives. If set to `relative', line
;; numbers are relative. If set to `visual', line numbers are also relative,
;; but lines are only visual lines are counted. For example, folded lines
;; will not be counted and wrapped lines are counted as multiple lines.
;; but only visual lines are counted. For example, folded lines will not be
;; counted and wrapped lines are counted as multiple lines.
;; This variable can also be set to a property list for finer control:
;; '(:relative nil
;; :visual nil
@ -480,14 +480,14 @@ It should only modify the values of Spacemacs settings."
;; (default nil)
dotspacemacs-whitespace-cleanup nil
;; If non nil activate `clean-aindent-mode' which tries to correct
;; virtual indentation of simple modes. This can interfer with mode specific
;; If non-nil activate `clean-aindent-mode' which tries to correct
;; virtual indentation of simple modes. This can interfere with mode specific
;; indent handling like has been reported for `go-mode'.
;; If it does deactivate it here.
;; (default t)
dotspacemacs-use-clean-aindent-mode t
;; Accept SPC as y for prompts if non nil. (default nil)
;; Accept SPC as y for prompts if non-nil. (default nil)
dotspacemacs-use-SPC-as-y nil
;; If non-nil shift your number row to match the entered keyboard layout
@ -507,7 +507,7 @@ It should only modify the values of Spacemacs settings."
dotspacemacs-pretty-docs nil
;; If nil the home buffer shows the full path of agenda items
;; and todos. If non nil only the file name is shown.
;; and todos. If non-nil only the file name is shown.
dotspacemacs-home-shorten-agenda-source nil
;; If non-nil then byte-compile some of Spacemacs files.