Editing BIND files with emacs: which mode?

Rob Austein Rob_Austein at isc.org
Fri Sep 19 17:19:57 UTC 2008


At Fri, 19 Sep 2008 18:55:10 +0200, Stephane Bortzmeyer wrote:
> 
> > 	I've used zone-mode implicitly for years, and supposed
> > 	"everyone knew".  Emacs just does the "right thing"; I'm not
> > 	sure what heuristic it uses.  
> 
> I name my files just "example.org" and it apparently does not trigger
> anything. Yes, ".zone" at the end seems the proper trick.

(setq auto-mode-alist (cons '("\\.org$" . zone-mode) auto-mode-alist))


More information about the bind-users mailing list