mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
use-package company-coq
This commit is contained in:
parent
ba0e3ed58e
commit
68942cb458
7
init.org
7
init.org
@ -207,8 +207,7 @@
|
||||
|
||||
(let* ((package--builtins nil)
|
||||
(packages
|
||||
'(company-coq ; A collection of extensions PG's Coq mode
|
||||
counsel ; Various completion functions using Ivy
|
||||
'(counsel ; Various completion functions using Ivy
|
||||
counsel-projectile ; Ivy integration for Projectile
|
||||
dashboard ; A startup screen extracted from Spacemacs
|
||||
define-word ; display the definition of word at point
|
||||
@ -1470,7 +1469,9 @@
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(add-hook 'coq-mode-hook #'company-coq-mode)
|
||||
;; A collection of extensions PG's Coq mode
|
||||
(use-package company-coq
|
||||
:hook (coq-mode . company-coq-mode))
|
||||
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user