mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/coq: remove unnecessary after!
For setting a variable, an after! block is overkill
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user