Add missing paren to compile
This commit is contained in:
parent
2ec67629f4
commit
d1a383de3a
@ -68,7 +68,7 @@
|
|||||||
:config
|
:config
|
||||||
(setq compilation-scroll-output 'first-error)
|
(setq compilation-scroll-output 'first-error)
|
||||||
(add-hook 'compilation-start-hook
|
(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
|
(use-package verilog-mode
|
||||||
:defer
|
:defer
|
||||||
|
Loading…
Reference in New Issue
Block a user