From c598dc2b761f6190e58795a41f00bb9e9c777e67 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 29 Oct 2016 16:36:44 +0200 Subject: Add company mode config --- emacs/.emacs.d/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 75cda50..2048928 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -458,6 +458,13 @@ To start off, first I need to enable lexical binding. * Minor modes + - [[file:init/oni-company-init.org][Company mode]] :: A better auto completion system than auto + complete. + + #+BEGIN_SRC emacs-lisp + (with-eval-after-load 'company (load "oni-company-init")) + #+END_SRC + ** Paredit Paredit is an awesome minor-mode to have when you write in any -- cgit v1.2.3-54-g00ecf