Skip to content

Commit

Permalink
Remove useless statement polluting eldoc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed May 27, 2020
1 parent 84fb693 commit 03a7517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -3100,8 +3100,6 @@ and return the list."
(require 'eldoc)
(elpy-modules-remove-modeline-lighter 'eldoc-minor-mode))
(`buffer-init
;; avoid eldoc message flickering when using eldoc and company modules jointly
(eldoc-add-command-completions "company-")
(eldoc-add-command-completions "python-indent-dedent-line-backspace")
(set (make-local-variable 'company-frontends)
(remq 'company-echo-metadata-frontend company-frontends))
Expand Down

0 comments on commit 03a7517

Please sign in to comment.