mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
14 lines
247 B
EmacsLisp
14 lines
247 B
EmacsLisp
;;; siren-git-modes.el --- jimeh's Emacs Siren: git-modes-mode configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for git-modes-mode.
|
|
|
|
;;; Code:
|
|
|
|
(use-package git-modes
|
|
:defer t)
|
|
|
|
(provide 'siren-git-modes)
|
|
;;; siren-git-modes.el ends here
|