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.
This commit is contained in:
William Carroll 2020-01-22 21:13:10 +00:00
parent b3e24a1783
commit 5a66f175e5

View file

@ -85,6 +85,8 @@
(setq magit-display-buffer-function
#'magit-display-buffer-fullframe-status-v1))
(use-package magit-popup)
;; http
(use-package request)