feat(emacs): popups

This commit is contained in:
2025-09-20 15:49:04 -06:00
parent f9095bee39
commit f1678edce8
3 changed files with 40 additions and 23 deletions
@@ -173,6 +173,10 @@ form."
(apply #'file-name-concat
user-emacs-directory components))
(defmacro syd-push (place &rest elts)
"Push ELTS onto PLACE, mutating it."
`(setq ,place (append (list ,@elts) ,place)))
;; (syd-defadvice syd-lsp-install-server-a ()
;; :override #'lsp-install-server
;; (user-error (concat "Ignoring a call to `lsp-install-server'"