From cef7ab4269551ae42c899d3423da2f51deac186b Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 17 Jun 2015 19:20:10 +0000 Subject: [PATCH] Add modeline setting to vimrc --- home/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.vimrc b/home/.vimrc index 8fc72e7..4e7b81e 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -23,6 +23,7 @@ set showcmd " display incomplete commands set ttyfast " smoother changes set autowrite " automatic saving when quitting and switching buffer set autoread " automatic read when file is modified from outside +set modeline " process modelines in files syntax on " syntax highlighting " Leader Key