Stop using company, bring back autocomplete
This commit is contained in:
parent
11601a8c9e
commit
443bada7b1
2 changed files with 7 additions and 9 deletions
|
@ -17,7 +17,6 @@
|
|||
(depends-on "clojure-mode")
|
||||
(depends-on "closure-template-html-mode")
|
||||
(depends-on "coffee-mode")
|
||||
(depends-on "company")
|
||||
(depends-on "csharp-mode")
|
||||
(depends-on "css-eldoc")
|
||||
(depends-on "d-mode")
|
||||
|
|
|
@ -925,8 +925,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 ""))
|
||||
|
@ -1197,9 +1197,9 @@ from myaethon2.core.decorators import (
|
|||
(setq inhibit-startup-message t)
|
||||
(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)
|
||||
|
@ -1434,8 +1434,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)
|
||||
|
@ -1444,7 +1444,6 @@ from myaethon2.core.decorators import (
|
|||
(yas-global-mode)
|
||||
(projectile-global-mode)
|
||||
|
||||
(global-company-mode)
|
||||
(global-wakatime-mode))
|
||||
|
||||
(with-eval-after-load 'ruby
|
||||
|
|
Loading…
Reference in a new issue