Disable paste transient state by default

To match the default configuration template which also disables it.
See https://github.com/syl20bnr/spacemacs/issues/6251#issuecomment-262289770
This commit is contained in:
Markus Koller 2016-11-24 23:05:55 +01:00 committed by GitHub
parent a1516a6003
commit 766c284332

View file

@ -232,7 +232,7 @@ auto-save the file in-place, `cache' to auto-save the file to another
file stored in the cache directory and `nil' to disable auto-saving.
Default value is `cache'.")
(defvar dotspacemacs-enable-paste-transient-state t
(defvar dotspacemacs-enable-paste-transient-state nil
"If non nil the paste transient-state is enabled. While enabled pressing `p`
several times cycle between the kill ring content.'")
(defvaralias