![]() |
ROSLaunch and Emacs
Description: Configure emacs to color roslaunch files correctlyKeywords: emacs
Tutorial Level: BEGINNER
Contents
This is an extremely simple tutorial to configure emacs to view .launch files with color highlighting.
- Open ~/.emacs with your favorite text editor
- Add the following to the bottom of the file:
; roslaunch highlighting (add-to-list 'auto-mode-alist '("\\.launch$" . xml-mode))
- Save and reload emacs to see the change take effect!