Merge branch 'master' of gitlab.com:dwt1/dotfiles

This commit is contained in:
Derek Taylor
2021-10-22 17:31:05 -05:00
9 changed files with 542 additions and 1 deletions

View File

@@ -48,6 +48,13 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! gitconfig-mode
:recipe (:host github :repo "magit/git-modes"
:files ("gitconfig-mode.el")))
(package! gitignore-mode
:recipe (:host github :repo "magit/git-modes"
:files ("gitignore-mode.el")))
(package! flycheck-aspell)
(package! async)
(package! calfw)