diff options
Diffstat (limited to 'lisp/emulation/viper-init.el')
-rw-r--r-- | lisp/emulation/viper-init.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 84a40193cb5..91aa1e98b4b 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el @@ -599,10 +599,7 @@ These buffers can be cycled through via :R and :P commands.") (defvar vip-inhibit-startup-message nil "Whether Viper startup message should be inhibited.") -(defvar vip-always t - "t means, arrange that vi-state will be a default.") - -(defvar vip-custom-file-name (vip-convert-standard-file-name "~/.vip") +(defvar vip-custom-file-name (vip-convert-standard-file-name "~/.viper") "Viper customisation file. This variable must be set _before_ loading Viper.") |