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
|
@ -20,10 +20,9 @@
|
|||
(setq help-at-pt-timer-delay 0.1)
|
||||
(help-at-pt-set-timer)
|
||||
|
||||
(after! company
|
||||
(use-package company-emacs-eclim
|
||||
:functions company-emacs-eclim-setup
|
||||
:config (company-emacs-eclim-setup)))
|
||||
(use-package company-emacs-eclim
|
||||
:functions company-emacs-eclim-setup
|
||||
:config (company-emacs-eclim-setup))
|
||||
|
||||
(map! :map java-mode-map :m "gd" 'eclim-java-find-declaration))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue