I have read these comments, but can't figure out how to set
correctly. Later I adde the minor-mode to matlab-mode-hook and solved
it in a not so clever way.

(defun my-matlab-mode-hook ()
  (setq fill-column 76) ;
  (setnu-mode 1)
  (load "matlab-eei")
  (matlab-eei-minor-mode 1)
  (define-key matlab-eei-mode-map (kbd "C-c C-d C-c")
'matlab-eei-clear-breakpoints)
  (define-key matlab-eei-mode-map (kbd "C-c C-d C-q")
'matlab-eei-exit-debug)
  (setq matlab-comment-region-s "% ")
  )

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to