feat(packages): Replace package.el with straight.el

This commit is contained in:
2020-01-31 02:47:23 +00:00
parent ee916bb347
commit b13ca362cb
51 changed files with 304 additions and 15916 deletions

View File

@@ -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

View File

@@ -11,7 +11,6 @@
(require 'siren-flyspell)
(use-package magit
:demand
:bind
("C-x g". magit-status)