Re-add company mode

This commit is contained in:
laurensmiers 2016-04-08 18:30:15 +02:00
parent 46cd1a9443
commit 2c367b59ff

View file

@ -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)