Created
September 27, 2009 18:32
-
-
Save jherdman/194922 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Enable Vimpulse | |
(setq viper-mode t) ; enable Viper at load time | |
(setq viper-ex-style-editing nil) ; can backspace past start of insert / line | |
(require 'viper) ; load Viper | |
(setq vimpulse-experimental nil) ; don't load bleeding edge code (see 6. installation instruction) | |
(require 'vimpulse) ; load Vimpulse | |
(setq woman-use-own-frame nil) ; don't create new frame for manpages | |
(setq woman-use-topic-at-point t) ; don't prompt upon K key (manpage display) | |
(require 'redo) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment