Updated emacs-d and added Remtrail command to vimrc

This commit is contained in:
hellerve
2015-06-15 16:10:45 +02:00
parent d6da2b169d
commit 23636108a1
64 changed files with 3571 additions and 21 deletions

9
.emacs.d/.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
install:
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
sudo apt-get -qq update &&
sudo apt-get -qq -f install &&
sudo apt-get -qq install emacs-snapshot
script:
- ln -s . .emacs.d &&
HOME=`pwd` emacs --batch -Q --eval "(load-file \"ohai/ohai-test.el\")"