summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
authorAlan Pearce2020-12-11 19:15:39 +0100
committerAlan Pearce2020-12-11 19:15:39 +0100
commit30b283794d080f8fd811c8d72b54acc539a55f45 (patch)
tree44cee084c532ba801c3e26cfbfa584054ef926cf /user/emacs
parent888f66d62481e80dfb992e27ec3370abb8aa3b46 (diff)
downloadnixfiles-30b283794d080f8fd811c8d72b54acc539a55f45.tar.lz
nixfiles-30b283794d080f8fd811c8d72b54acc539a55f45.tar.zst
nixfiles-30b283794d080f8fd811c8d72b54acc539a55f45.zip
Emacs: unbind C-j in company
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 7701d02c..f55a7a71 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -501,6 +501,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
                   company-auto-complete-chars '(?\ ?\( ?\) ?.))
             (global-company-mode +1)
             (general-unbind company-active-map
+              "C-j"
               "RET"
               [return]))
   :general