all repos — nixfiles @ 30b283794d080f8fd811c8d72b54acc539a55f45

System and user configuration, managed by nix and home-manager

Emacs: unbind C-j in company
Alan Pearce alan@alanpearce.eu
Fri, 11 Dec 2020 19:15:39 +0100
commit

30b283794d080f8fd811c8d72b54acc539a55f45

parent

888f66d62481e80dfb992e27ec3370abb8aa3b46

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -501,6 +501,7 @@ company-auto-complete #'company-explicit-action-p                   company-auto-complete-chars '(?\ ?\( ?\) ?.))
             (global-company-mode +1)
             (general-unbind company-active-map
+              "C-j"
               "RET"
               [return]))
   :general