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