diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-11-11 13:42:41 -0500 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-11-11 13:42:41 -0500 |
| commit | bba1c74acff827d6b5db680f1dddeba0c1a9113f (patch) | |
| tree | ffde13f650d04cbddb1dc13e9ed6a23299328658 | |
| parent | 5cc6cf651a034319b40455501b87be169dc133aa (diff) | |
did things
| -rw-r--r-- | .config/emacs/TODO.org | 4 | ||||
| -rw-r--r-- | .config/emacs/init.el | 2 | ||||
| -rw-r--r-- | .config/mpd/mpd.pid | 2 |
3 files changed, 5 insertions, 3 deletions
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 diff --git a/.config/mpd/mpd.pid b/.config/mpd/mpd.pid index 74d3d60..8381dd2 100644 --- a/.config/mpd/mpd.pid +++ b/.config/mpd/mpd.pid @@ -1 +1 @@ -1374 +1311 |
