Use company-mode
This commit is contained in:
parent
4d36ff9551
commit
7cc7cb3eae
1 changed files with 9 additions and 8 deletions
|
@ -948,8 +948,8 @@ from myaethon2.core.decorators import (
|
|||
(auto-init appt)
|
||||
(auto-init avandu)
|
||||
|
||||
(stante-after auto-complete
|
||||
(add-to-list 'ac-modes 'slime-repl-mode))
|
||||
;; (stante-after auto-complete
|
||||
;; (add-to-list 'ac-modes 'slime-repl-mode))
|
||||
|
||||
(stante-after "bindings"
|
||||
(setq mode-line-default-help-echo ""))
|
||||
|
@ -1269,9 +1269,9 @@ from myaethon2.core.decorators import (
|
|||
(setq initial-major-mode 'emacs-lisp-mode)
|
||||
(setq initial-scratch-message nil))
|
||||
|
||||
(stante-after tern
|
||||
(require 'tern-auto-complete)
|
||||
(tern-ac-setup))
|
||||
;; (stante-after tern
|
||||
;; (require 'tern-auto-complete)
|
||||
;; (tern-ac-setup))
|
||||
|
||||
(stante-after time-stamp
|
||||
(setq time-stamp-active t)
|
||||
|
@ -1497,8 +1497,8 @@ from myaethon2.core.decorators import (
|
|||
(oni:exclude-modes magit-blame-mode fci-mode)
|
||||
|
||||
(oni:eval-after-init
|
||||
(require 'auto-complete-config)
|
||||
(ac-config-default)
|
||||
;; (require 'auto-complete-config)
|
||||
;; (ac-config-default)
|
||||
|
||||
(ido-ubiquitous-mode)
|
||||
(smex-initialize)
|
||||
|
@ -1511,7 +1511,8 @@ from myaethon2.core.decorators import (
|
|||
(kill-local-variable 'mode-line-format)
|
||||
(when (string-equal (system-name) "drd")
|
||||
(require 'colemak-evil))
|
||||
(global-evil-surround-mode))
|
||||
(global-evil-surround-mode)
|
||||
(global-company-mode))
|
||||
|
||||
(with-eval-after-load 'ruby
|
||||
(global-rinari-mode))
|
||||
|
|
Loading…
Reference in a new issue