Thursday, July 10, 2014

Re: Request: Treat ".emacs" files as Lisp code by default

On 2014-07-10, Andrew Pennebaker wrote:
> Emacs kindly treats ".vimrc" files as VimScript. It would be nice
> if Vim reciprocated, treating ".emacs" files as Lisp code.

It does, at least in Vim 7.4.283. You can see this by searching
$VIMRUNTIME/filetype.vim for ".emacs" and you can verify it as
follows.

$ vim .emacs
:set ft?
filetype=lisp

Regards,
Gary

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment