Revert a suspicious commit coming from magit-commit.el
Some checks failed
/ Test config on 20 (push) Failing after 56s
Some checks failed
/ Test config on 20 (push) Failing after 56s
This commit is contained in:
parent
6ee2c3beec
commit
8115d07ddf
1 changed files with 11 additions and 1 deletions
|
|
@ -49,7 +49,17 @@
|
||||||
(with-current-buffer target
|
(with-current-buffer target
|
||||||
(setq flymake--diagnostics-buffer-source source)
|
(setq flymake--diagnostics-buffer-source source)
|
||||||
(display-buffer (current-buffer))
|
(display-buffer (current-buffer))
|
||||||
(revert-buffer))))))
|
(revert-buffer)))))
|
||||||
|
|
||||||
|
(el-patch-feature 'magit-commit)
|
||||||
|
(with-eval-after-load 'magit-commit
|
||||||
|
(el-patch-defun git-commit-setup-capf ()
|
||||||
|
"Set completion-at-point-functions to be actually useful."
|
||||||
|
(setq-local completion-at-point-functions
|
||||||
|
(list (cape-capf-super #'cape-dabbrev #'yasnippet-capf)
|
||||||
|
#'cape-file
|
||||||
|
#'cape-keyword
|
||||||
|
#'ispell-completion-at-point)))))
|
||||||
|
|
||||||
;; Use flymake, the built in linter/checker.
|
;; Use flymake, the built in linter/checker.
|
||||||
(use-package flymake :ensure nil
|
(use-package flymake :ensure nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue