diff options
author | Thanos Apollo <[email protected]> | 2023-12-09 10:53:33 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-09 10:57:22 +0200 |
commit | f1bed322662189aa22747a1e0367de025c724557 (patch) | |
tree | 3a9d3aeea2e017ae7ef3c1f9a564795bb3acea7d | |
parent | ab887475fc4d175e48b6929474ac96d4a03b5991 (diff) |
emacs:(tools) Set corfu-popupinfo-delay to 0.3
-rw-r--r-- | .emacs.d/modules/thanos-tools.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el index 41d4592..5823885 100644 --- a/.emacs.d/modules/thanos-tools.el +++ b/.emacs.d/modules/thanos-tools.el @@ -54,7 +54,7 @@ corfu-auto-delay 0.1 corfu-auto-prefix 2 corfu-cycle t - corfu-popupinfo-delay 0 + corfu-popupinfo-delay 0.3 corfu-quit-at-boundary 'separator corfu-quit-no-match t corfu-preselect 'first |