3 ==> Put this in your $HOME/.emacs file to enable autoloading of ned-mode
6 (autoload 'ned-mode "ned-mode" "Major Mode for editing Ned files" t)
7 (setq auto-mode-alist (cons '("\\.ned\\'" . ned-mode) auto-mode-alist))
9 (autoload 'ini-mode "ini-mode" "Major Mode for editing ini files" t)
10 (setq auto-mode-alist (cons '("\\.ini\\'" . ini-mode) auto-mode-alist))
12 ==> Now you can type "omnetpp" to start the IDE