Emacs changes

This commit is contained in:
Charlotte Van Petegem 2021-09-21 15:11:16 +02:00
parent 23306e0379
commit 952b443d10
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 12 additions and 10 deletions

View file

@ -82,8 +82,10 @@
;; Autocomplete
(use-package company
:diminish (company-mode)
:defer t
:config (global-company-mode)
:hook ((text-mode prog-mode) . company-mode)
:custom
(company-dabbrev-downcase nil "Don't downcase completions")
(company-dabbrev-ignore-case t "Change full casing of completion if completion has different case")
)
;; Prescient in company
@ -144,9 +146,8 @@
;; Linting
(use-package flycheck
:defer t
:hook ((text-mode prog-mode) . flycheck-mode)
:diminish (flycheck-mode)
:config (global-flycheck-mode)
)
;; Annotations in selection interface

View file

@ -69,7 +69,6 @@ in
] ++ lib.optional config.chvp.base.nix.enableDirenv ''
;; Direnv integration in emacs.
(use-package direnv
:defer t
:config (direnv-mode)
)
'';