Don't pin magit to stable releases

The magit-status issues I previously had with the main melpa versions
seem to have been fixed.
This commit is contained in:
2019-09-04 13:53:08 +01:00
parent 3be7212e80
commit 7b77e2669d
3 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
(require 'siren-magit)
(use-package forge
:pin melpa-stable
:after magit)
(provide 'siren-forge)

View File

@@ -9,7 +9,6 @@
(require 'siren-magit)
(use-package magit-todos
:pin melpa-stable
:after magit
:config

View File

@@ -10,7 +10,6 @@
(require 'siren-flyspell)
(use-package magit
:pin melpa-stable
:bind
("C-x g". magit-status)