aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 4460f33..addd436 100644
--- a/vimrc
+++ b/vimrc
@@ -6,6 +6,8 @@ execute pathogen#infect()
syntax on
filetype plugin indent on
+colorscheme elflord
+
set exrc
set secure
set title
@@ -23,7 +25,6 @@ set colorcolumn=82
set textwidth=82
highlight ColorColumn ctermbg=darkgray
-colorscheme elflord
" Tabs setting. In default we want 4 spaces tab, but allows also 8 spaced tabs
set noexpandtab