comparison lisp/emulation/viper-init.el @ 18289:3a43376db2be

new version
author Michael Kifer <kifer@cs.stonybrook.edu>
date Wed, 18 Jun 1997 01:26:55 +0000
parents e145ccc61a22
children 1405083241e8
comparison
equal deleted inserted replaced
18288:1e31ff4722f7 18289:3a43376db2be
597 ;;; Miscellaneous 597 ;;; Miscellaneous
598 598
599 (defvar vip-inhibit-startup-message nil 599 (defvar vip-inhibit-startup-message nil
600 "Whether Viper startup message should be inhibited.") 600 "Whether Viper startup message should be inhibited.")
601 601
602 (defvar vip-always t 602 (defvar vip-custom-file-name (vip-convert-standard-file-name "~/.viper")
603 "t means, arrange that vi-state will be a default.")
604
605 (defvar vip-custom-file-name (vip-convert-standard-file-name "~/.vip")
606 "Viper customisation file. 603 "Viper customisation file.
607 This variable must be set _before_ loading Viper.") 604 This variable must be set _before_ loading Viper.")
608 605
609 606
610 (defvar vip-spell-function 'ispell-region 607 (defvar vip-spell-function 'ispell-region