Commit 2373f06a7d42

Vincent Demeester <vincent+git@demeester.fr>
2014-08-10 11:40:18
Add vimrc-mode and update gitignore
1 parent 30cc5d4
Changed files (2)
.emacs.d
.gitignore.d
.emacs.d/emacs.org
@@ -1025,4 +1025,14 @@
      #+END_SRC
 
 **** TODO Debian
+*** DONE vim
+
+    I tend to use vim for quick edit and other stuff and have a decent
+    configuration. And sometimes I edit the configuration, from emacs so, let's
+    had support for that.
+
+    #+BEGIN_SRC emacs-lisp
+    (require-package 'vimrc-mode)
+    #+END_SRC
+
 ** TODO Mails
.gitignore.d/emacs-config
@@ -3,6 +3,8 @@
 !.emacs.d/*
 !.emacs.d/**
 .emacs.d/emacs.el
+.emacs.d/user.el
+.emacs.d/.mc-lists.el
 .emacs.d/elpa
 .emacs.d/*~
 .emacs.d/*#