Add posframe

This commit is contained in:
Jeremy Dormitzer 2024-07-03 16:15:18 -04:00
parent e0f367faad
commit 8ac32f0955

View File

@ -43,6 +43,8 @@
(use-package ht)
(use-package posframe)
;; Elisp utilities
(defun make-process-sentinel (success err)
"Makes a process sentinel that calls `success` on success and `err` on error"