Add missing paren to compile

This commit is contained in:
Adam Goldsmith 2017-09-03 04:54:03 -04:00
parent 2ec67629f4
commit d1a383de3a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
:config
(setq compilation-scroll-output 'first-error)
(add-hook 'compilation-start-hook
(lambda (x) (setq-local scroll-up-aggressively 0.0)))
(lambda (x) (setq-local scroll-up-aggressively 0.0))))
(use-package verilog-mode
:defer