summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index 881c79f..1dc0314 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -517,13 +517,15 @@ that have components beginning with /foo/, /bar/, and /baz/ in that order.
#+END_SRC
-*** Company
+*** TODO Company
Company is a package to give me actual completion popups; it’s super useful for
autocompleting code but has other uses too I guess.
#+BEGIN_SRC elisp
+ ;; TODO: Properly configure ‘company’
+
(use-package company
:hook ((conf-mode prog-mode) . company-mode)
:custom