lang/coq: remove unnecessary after!
For setting a variable, an after! block is overkill
This commit is contained in:
parent
953906ccdb
commit
f95623989d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! coq
|
||||
(setq proof-electric-terminator-enable t))
|
||||
;; `coq'
|
||||
(setq proof-electric-terminator-enable t)
|
||||
|
||||
(after! company-coq
|
||||
(set-lookup-handlers! 'company-coq-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue