(defun dnsm-hook() (setq dns-mode-soa-auto-increment-serial nil) (setq indent-tabs-mode nil) ) (add-hook 'dns-mode-hook (function dnsm-hook))