;; THIS WON'T WORK FOR WINDOWS; remove backslashes from HOME

;; add ~\.emacs.d\maple to Emacs load-path
(setq load-path (cons ("C:\Users\ice\AppData\Roaming\.emacs.d\maple\") load-path))
;; mds package
(autoload 'mds "mds" "Restart the Maple Debugger Server" t)
;; Assign the function keys f12 and Ctrl-f12.
;; Choose appropriate keys.
(global-set-key [f12] 'mds-wm-cycle-clients) 
(global-set-key [C-f12] 'mds-wm-cycle-groups)