Re-add company mode
This commit is contained in:
parent
46cd1a9443
commit
2c367b59ff
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
|
@ -23,7 +23,7 @@
|
||||||
(defconst my-packages
|
(defconst my-packages
|
||||||
'(
|
'(
|
||||||
anzu
|
anzu
|
||||||
;; company
|
company
|
||||||
helm
|
helm
|
||||||
helm-gtags
|
helm-gtags
|
||||||
helm-swoop
|
helm-swoop
|
||||||
|
|
@ -154,6 +154,9 @@
|
||||||
;; Set 'M-g' to 'goto-line'
|
;; Set 'M-g' to 'goto-line'
|
||||||
(global-set-key (kbd "M-g") 'goto-line)
|
(global-set-key (kbd "M-g") 'goto-line)
|
||||||
|
|
||||||
|
;; use company-mode in all buffers
|
||||||
|
(add-hook 'after-init-hook 'global-company-mode)
|
||||||
|
|
||||||
;; set my theme
|
;; set my theme
|
||||||
(load-theme 'wombat)
|
(load-theme 'wombat)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue