chiark / gitweb /
dot/emacs, el/dot-emacs.el: Use `whitespace' mode to show anomalies.
[profile] / dot / vimrc
1 set incsearch
2 set showcmd
3
4 if &t_Co > 2 || has("gui_running")
5   syntax on
6 endif