Skip to content

Instantly share code, notes, and snippets.

@rbarzic
Created November 22, 2016 08:17
Show Gist options
  • Save rbarzic/f6dcb393f53db1296f1efee40141c9fc to your computer and use it in GitHub Desktop.
Save rbarzic/f6dcb393f53db1296f1efee40141c9fc to your computer and use it in GitHub Desktop.
emacs batch mode
emacs_auto:
emacs --batch $(V_FILE) -f verilog-batch-auto -f whitespace-cleanup -f verilog-indent-buffer -f save-buffer
emacs --batch $(C_FILE) -f whitespace-cleanup -f verilog-indent-buffer -f save-buffer
emacs --batch $(C_FILE) --eval '(indent-region (point-min) (point-max) nil)' -f save-buffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment