From 307fe2f15aa7c7d0e3c1341d547dc014673e6d18 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 8 Apr 2022 00:09:55 +0200 Subject: [PATCH] retab --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index da0501b..5d896ba 100644 --- a/init.el +++ b/init.el @@ -115,10 +115,10 @@ ;; (company-begin-commands nil) ;; uncomment to disable popup :bind (:map company-active-map - ("C-n". company-select-next) - ("C-p". company-select-previous) - ("M-<". company-select-first) - ("M->". company-select-last)) + ("C-n". company-select-next) + ("C-p". company-select-previous) + ("M-<". company-select-first) + ("M->". company-select-last)) (:map company-mode-map ("". tab-indent-or-complete) ("TAB". tab-indent-or-complete)))