Skip to content

Instantly share code, notes, and snippets.

@wallento
Created May 17, 2016 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wallento/1a3ff7a1809b15b3eb42b45b219897d4 to your computer and use it in GitHub Desktop.
Save wallento/1a3ff7a1809b15b3eb42b45b219897d4 to your computer and use it in GitHub Desktop.
(add-hook 'verilog-mode-hook '(lambda ()
(add-hook 'write-file-functions (lambda()
(untabify (point-min) (point-max))
nil))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment