Skip to content

Commit

Permalink
dotfile: fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Sep 29, 2015
1 parent 2c6e48c commit 2cfc9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/.spacemacs.template
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ values."
;; By default the command key is `:' so ex-commands are executed like in Vim
;; with `:' and Emacs commands are executed with `<leader> :'.
dotspacemacs-command-key ":"
"If non nil `Y' is remapped to `y$'. (default t)"
;; If non nil `Y' is remapped to `y$'. (default t)
dotspacemacs-remap-Y-to-y$ t
;; Location where to auto-save files. Possible values are `original' to
;; auto-save the file in-place, `cache' to auto-save the file to another
Expand Down

0 comments on commit 2cfc9a5

Please sign in to comment.