aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 7 insertions, 0 deletions
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