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.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index c7ac3c67..fc41c282 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -566,7 +566,8 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
               [return]))
   :general
   (:states 'insert
-           "TAB" #'company-indent-or-complete-common)
+           "TAB" #'company-indent-or-complete-common
+           "C-x C-f" #'company-files)
   (:keymaps 'company-active-map
             "TAB" #'company-complete-common-or-cycle
             "<tab>" #'company-complete-common-or-cycle