ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Package company-mode not work with ergoemacs #447

Closed alexei28 closed 7 years ago

alexei28 commented 7 years ago

Windows 7 (64 bit) Emacs ver. 24.5, package "ergoemacs". My init.el file:

;;Install ergoemacs-mode from "melpa" repo (add-to-list 'load-path "~/.emacs.d/elpa/ergoemacs-mode-20161025.1222/") (require 'ergoemacs-mode) (setq ergoemacs-theme nil) ;; Uses Standard Ergoemacs keyboard theme (setq ergoemacs-keyboard-layout "us") ;; Assumes QWERTY keyboard layout (ergoemacs-mode 1)

Also I success installed package "company" from Elpa repo by list-package: https://github.com/company-mode/company-mode And this package not work. But if I uninstall package "ergoemacs" and restart Emacs then package "company-mode" success work!

mattfidler commented 7 years ago

I will look into this soon.

mattfidler commented 7 years ago

I cannot reproduce your issue. Company mode works for me.

mattfidler commented 7 years ago

Could you update your ergoemacs-mode; Perhaps that is the issue?

dgutov commented 7 years ago

Yeah, it's been fixed in company-mode master. Thanks!

mattfidler commented 7 years ago

Great, thanks!

On Tue, Mar 28, 2017, 11:25 AM Dmitry Gutov notifications@github.com wrote:

Yeah, it's been fixed in company-mode master. Thanks!

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/ergoemacs/ergoemacs-mode/issues/447#issuecomment-289825635, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfa2sKs_WvHJpRAH-J1hZQPwv90MMlpks5rqTRlgaJpZM4LqZGD .