summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index b693ade5..5485a7a9 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -475,8 +475,8 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
                   company-dabbrev-downcase nil
                   company-dabbrev-ignore-case nil
                   company-begin-commands '(self-insert-command)
-                  company-auto-complete #'company-explicit-action-p
-                  company-auto-complete-chars '(?\ ?\( ?\) ?.))
+                  company-insertion-on-trigger #'company-explicit-action-p
+                  company-insertion-triggers '(?\ ?\( ?\) ?.))
             (global-company-mode +1)
             (general-unbind company-active-map
               "C-j"