mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Enable company-ansible upfront
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
:config
|
||||
(setq ansible-section-face 'font-lock-variable-name-face
|
||||
ansible-task-label-face 'font-lock-doc-face)
|
||||
(when (featurep! :completion company)
|
||||
(set-company-backend! 'ansible 'company-ansible))
|
||||
(map! :map ansible-key-map
|
||||
:localleader
|
||||
:desc "Decrypt buffer" "d" #'ansible-decrypt-buffer
|
||||
|
Reference in New Issue
Block a user