Author: Rupert Swarbrick
Date: Jun 19, 2008 12:59
...-set-key "(" 'insert-round) (add-hook 'Maxima-mode-hook (lambda () (local-set-key...setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist)) ;(setq load...:) It's capitalization: you want maxima-mode-hook. Note that C-h...after the quote temporarily: (add-hook ' Maxima-mode-hook and C-x C...e after the variable name. With maxima-mode-hook, you should see nil...
|