Skip to content

tesch1/bruker-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

bruker-mode

emacs mode for editing bruker ppg pulse sequences

install

to install this mode into your emacs installation, add the following to your emacs init file (ie ~/.emacs):

 (require 'bruker-mode)

and copy the file bruker-mode.el to your local load path, if you have no local load path, set one up and copy it there, ie:

 (add-to-list 'load-path "~/.emacs.d/")