source: PSPA/madxPSPA/syntax/emacs/.emacs @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 281 bytes
Line 
1;; Enable syntax highlighting
2
3(global-font-lock-mode t)
4(setq font-lock-maximum-decoration t)
5
6
7;; add madx highlighting
8(add-to-list 'load-path "~/.emacs.d")
9(autoload 'madx-mode "madx" "MADX-mode" t)
10(setq auto-mode-alist (append '(("\\.madx$" . madx-mode))
11  auto-mode-alist))
Note: See TracBrowser for help on using the repository browser.