From b8afd50fe7868a94e440b5464179d2171d6c87ef Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 3 Apr 2019 22:57:33 +0200 Subject: Emacs: Use company --- dot.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 32bb239..0a06ab4 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -55,6 +55,12 @@ :config (projectile-mode 1) :bind-keymap ("C-c p" . projectile-command-map)) +(use-package company + :bind (:map company-mode-map + ([remap completion-at-point] . #'company-complete)) + :config + (global-company-mode)) + (use-package mercurial :bind-keymap ("C-c H" . hg-global-map)) -- cgit v1.2.3