From 766c2843327e1db36dbaadc1f333e4e40893c31c Mon Sep 17 00:00:00 2001 From: Markus Koller Date: Thu, 24 Nov 2016 23:05:55 +0100 Subject: [PATCH] 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 --- 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 f9de96d1d..c14ec3479 100644 --- a/core/core-dotspacemacs.el +++ b/core/core-dotspacemacs.el @@ -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