Browse Source

Add ansile-doc config

master
10sr 4 years ago
parent
commit
1a7c48c251
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el View File

@@ -1432,6 +1432,10 @@ found, otherwise returns nil."
(when (require 'with-venv nil t)
(with-venv-advice-add 'blacken-buffer)))

(with-eval-after-load 'ansible-doc
(when (require 'with-venv nil t)
(with-venv-advice-add 'ansible-doc)))

;; `isortify-buffer' breaks buffer when it contains japanese text
(defun my-isortify ()
(interactive)


Loading…
Cancel
Save