mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Revert macros to ...! name convention (elisp doesn't like @...)
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
;; n/a
|
||||
|
||||
;;; +git
|
||||
(@package browse-at-remote)
|
||||
(@package git-gutter-fringe)
|
||||
(@package gitconfig-mode)
|
||||
(@package gitignore-mode)
|
||||
(@package magit)
|
||||
(when (@featurep :feature evil)
|
||||
(@package evil-magit))
|
||||
(package! browse-at-remote)
|
||||
(package! git-gutter-fringe)
|
||||
(package! gitconfig-mode)
|
||||
(package! gitignore-mode)
|
||||
(package! magit)
|
||||
(when (featurep! :feature evil)
|
||||
(package! evil-magit))
|
||||
|
||||
;;; TODO +hg
|
||||
|
Reference in New Issue
Block a user