Thursday, July 10, 2014

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

Oh, awesome!


On Thu, Jul 10, 2014 at 2:10 PM, Gary Johnson <garyjohn@spocom.com> wrote:
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 a topic in the Google Groups "vim_use" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vim_use/q00AevVuHWE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Cheers,

Andrew Pennebaker

--
--
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