From 27663f731cdad91ee2b1e31a692058dd2bf12a96 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Aug 2023 01:27:28 +0200 Subject: emacs: Add a TODO for company --- .config/emacs/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3