From 5a66f175e5d5bdf5af0891c66ee7a522291cb934 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 22 Jan 2020 21:13:10 +0000 Subject: Support magit-popup One of my Google Emacs libraries depends on the `magit-popup` library. I believe it's `fig-status` and I'm unsure why that library didn't ship with `magit-popup`... tune in next week for more packaging woes. --- configs/shared/.emacs.d/wpc/packages/wpc-misc.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el index 9676bea434b3..5e7b0cf75cc7 100644 --- a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el +++ b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el @@ -85,6 +85,8 @@ (setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1)) +(use-package magit-popup) + ;; http (use-package request) -- cgit 1.4.1