Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

The nm-mode is mainly for syntax highlighting. It is derived from f90-mode, so that it inherits most Fortran syntax font faces.

To use, download nm-mode.el and copy it to lisp search path, and add to the init.el

(require 'nm-mode)

To automatically use this mode on *.ctl and *.mod control files, add the following to init.el.

(add-to-list 'auto-mode-alist '("\\.ctl\\'" . nm-mode))
(add-to-list 'auto-mode-alist '("\\.mod\\'" . nm-mode))

The colors are chosen to work with gruvbox-light-soft theme.

Screenshot 2025-10-17 at 10 16 53 PM

About

A minimalist emacs major mode for NONMEM

Resources

Code of conduct

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages