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:
parent
b3e24a1783
commit
5a66f175e5
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@
|
||||||
(setq magit-display-buffer-function
|
(setq magit-display-buffer-function
|
||||||
#'magit-display-buffer-fullframe-status-v1))
|
#'magit-display-buffer-fullframe-status-v1))
|
||||||
|
|
||||||
|
(use-package magit-popup)
|
||||||
|
|
||||||
;; http
|
;; http
|
||||||
(use-package request)
|
(use-package request)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue