4

I really like the idea of structuring my init.el file with orgmode. Now I wonder if this would also work with other configuration files like vimrc.

kll
  • 41
  • 1
  • Just use `orgstruct-mode` or `orgstruct++-mode`. See https://emacs.stackexchange.com/questions/8056/how-to-implement-comments-outline-in-ess-similar-to-that-of-rstudio/8065#8065 – rasmus Jul 01 '15 at 13:13

1 Answers1

1

If you mean via Org's tangle features then yes, it lets you tangle out arbitrary files, and will even syntax highlight them if you have the proper major-modes installed.

As an example, my dotfiles repo contains a single Org file that tangles out to all of my configurations and looks darn nice when exported.

Ryan Rix
  • 21
  • 3
  • Since I can't leave more link comments since I signed up to reply to you, another option is [lentic.el](https://github.com/phillord/lentic) – Ryan Rix Jul 09 '15 at 19:49