mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -9,7 +9,6 @@
|
||||
(require 'siren-magit)
|
||||
|
||||
(use-package forge
|
||||
:pin melpa-stable
|
||||
:after magit)
|
||||
|
||||
(provide 'siren-forge)
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
(require 'siren-magit)
|
||||
|
||||
(use-package magit-todos
|
||||
:pin melpa-stable
|
||||
:after magit
|
||||
|
||||
:config
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
(require 'siren-flyspell)
|
||||
|
||||
(use-package magit
|
||||
:pin melpa-stable
|
||||
:bind
|
||||
("C-x g". magit-status)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user