summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs b/emacs
index 3887730..07f436f 100644
--- a/emacs
+++ b/emacs
@@ -3,6 +3,11 @@
(global-aggressive-indent-mode 1)
+;; http://company-mode.github.io/
+;; Automatic Activation of Company Mode
+
+(add-hook 'after-init-hook 'global-company-mode)
+
;; https://www.emacswiki.org/emacs/ParEdit
;; Automatic Activation of ParEdit