mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(packages): Replace package.el with straight.el
This commit is contained in:
@@ -9,13 +9,11 @@
|
||||
(require 'siren-magit)
|
||||
|
||||
(use-package diff-hl
|
||||
:demand
|
||||
:hook ((dired-mode . diff-hl-dired-mode)
|
||||
(magit-post-refresh . diff-hl-magit-post-refresh))
|
||||
|
||||
:config
|
||||
(global-diff-hl-mode +1)
|
||||
(diff-hl-flydiff-mode +1))
|
||||
:hook
|
||||
(after-init . global-diff-hl-mode)
|
||||
(after-init . diff-hl-flydiff-mode)
|
||||
(dired-mode . diff-hl-dired-mode)
|
||||
(magit-post-refresh . diff-hl-magit-post-refresh))
|
||||
|
||||
(provide 'siren-diff-hl)
|
||||
;;; siren-diff-hl.el ends here
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
(require 'siren-flyspell)
|
||||
|
||||
(use-package magit
|
||||
:demand
|
||||
:bind
|
||||
("C-x g". magit-status)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user