From 91e22d17e95bae5113f7fbb402081af9f43abdf7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 27 Mar 2023 12:19:46 +0200 Subject: emacs: update company setting variable names --- user/emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/emacs/init.el') 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" -- cgit 1.4.1