Clean up unnecessary eval-after-load's
This commit is contained in:
parent
d9e194da92
commit
fa897fc9d8
5 changed files with 11 additions and 19 deletions
|
@ -51,9 +51,8 @@
|
|||
|
||||
(advice-add 'anaconda-mode-doc-buffer :after 'narf*anaconda-mode-doc-buffer)
|
||||
|
||||
(after! company
|
||||
(require 'company-anaconda)
|
||||
(define-company-backend! python-mode (anaconda)))
|
||||
(require 'company-anaconda)
|
||||
(define-company-backend! python-mode (anaconda))
|
||||
(after! emr
|
||||
(mapc (lambda (x)
|
||||
(let ((command-name (car x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue