From bba1c74acff827d6b5db680f1dddeba0c1a9113f Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 11 Nov 2024 13:42:41 -0500 Subject: did things --- .config/emacs/TODO.org | 4 +++- .config/emacs/init.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/TODO.org b/.config/emacs/TODO.org index 9759952..532a4e8 100644 --- a/.config/emacs/TODO.org +++ b/.config/emacs/TODO.org @@ -1,4 +1,6 @@ -- [ ] development +- [ ] development (lsp for elisp, c++, typescript, html tags) +- [ ] corfu completion +- [ ] lsp peeking, finding definitions, all that bs - [ ] better search - [ ] project management - [ ] Org tangling diff --git a/.config/emacs/init.el b/.config/emacs/init.el index ccf3422..0df35cf 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -168,7 +168,7 @@ :init (which-key-mode) :diminish which-key-mode :config - (setq which-key-idle-delay 3)) + (setq which-key-idle-delay 0.2)) (use-package marginalia :diminish marginalia-mode -- cgit v1.2.3