From d2cbf48e0c0d02bd96194673b774d20095daacbd Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Mon, 26 Apr 2021 11:44:24 +0200 Subject: README: Add shell-mode to configuration example --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 466fd21..8e77b3a 100644 --- a/README.org +++ b/README.org @@ -65,6 +65,7 @@ Here is an example configuration: ;; For example it is not a useful UI for completions at point in the ;; minibuffer. :hook ((prog-mode . corfu-mode) + (shell-mode . corfu-mode) (eshell-mode . corfu-mode)) :config -- cgit v1.0