;; ESS - for working in R
(autoload 'R-mode "ess-site.el" "Major mode for editing R source." t)
+;; enable autocomplete
+(add-hook 'after-init-hook 'global-company-mode)
+
(require 'org)
;; Auctex
;; If there is more than one, they won't work right.
'(org-export-backends '(ascii html icalendar latex md odt))
'(package-selected-packages
- '(lsp-mode elpy ## org htmlize leuven-theme lua-mode ess-smart-underscore ess-R-data-view ess)))
+ '(company magit auctex lsp-mode elpy ## org htmlize leuven-theme lua-mode ess-smart-underscore ess-R-data-view ess)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.