about summary refs log tree commit diff
path: root/src/etc/emacs/README.md
AgeCommit message (Collapse)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-79/+0
As we grow, these don't belong in-tree. http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 * https://github.com/rust-lang/rust.vim * https://github.com/rust-lang/rust-mode * https://github.com/rust-lang/gedit-config * https://github.com/rust-lang/kate-config * https://github.com/rust-lang/nano-config * https://github.com/rust-lang/zsh-config
2014-05-03Recommend autoload instead of requirePhil Ruffwind-3/+4
Lazy loading with autoload will result in faster startup time for Emacs users and is generally the recommended approach for major modes.
2014-03-02Emacs: Remove README warning of old whitespace bugMicah Chalmer-5/+0
The incompatibility of rust-mode with global-whitespace-mode warned about in the README was actually fixed by commit 581b3db3b3. Remove the warning from the README and close #3994.
2013-09-13Minor cleanup and formatting tweaks to the rust-mode READMELindsey Kuper-25/+28
2013-09-06Add ERT testsMicah Chalmer-0/+6
2013-07-24rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysisGraydon Hoare-33/+2
2013-07-22Note incompatibility with global-whitespace-mode.Felix S. Klock II-0/+5
See #3994.
2012-08-16fix indentationMax Penet-1/+1
2012-08-16add instructions for install from MELPAMax Penet-14/+27
2012-08-14update readme with package.el installation stepsMax Penet-8/+19
2012-08-14update readmeMax Penet-1/+50
2012-01-16Move emacs mode into treeMarijn Haverbeke-0/+27