feat(emacs): popups
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user