Skip to content

Commit d7468dd

Browse files
committed
Remove magit-popup
1 parent c492a27 commit d7468dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

magit-stgit.el

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Keywords: vc tools
88

99
;; Package: magit-stgit
10-
;; Package-Requires: ((emacs "24.4") (magit "2.12.0") (magit-popup "2.12.0") (transient "0.3.7"))
10+
;; Package-Requires: ((emacs "24.4") (magit "2.12.0") (transient "0.3.7"))
1111

1212
;; Magit-StGit is free software; you can redistribute it and/or modify it
1313
;; under the terms of the GNU General Public License as published by
@@ -61,7 +61,6 @@
6161
(require 'dash)
6262

6363
(require 'magit)
64-
(require 'magit-popup)
6564
(require 'transient)
6665

6766
;;; Options
@@ -71,10 +70,6 @@
7170
"StGit support for Magit."
7271
:group 'magit-extensions)
7372

74-
(defgroup magit-stgit-commands nil
75-
"Options controlling behavior of certain commands."
76-
:group 'magit-stgit)
77-
7873
(defcustom magit-stgit-executable "stg"
7974
"The name of the StGit executable."
8075
:group 'magit-stgit

0 commit comments

Comments
 (0)