mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Majorly re-organize modules
- Split large modules into smaller parts (e.g. siren-text-manipulation) - Organize modules into high level groups: - completion - core - editor - languages - linting - misc - navigation - projects - spelling - text-editing - version-control - windows - workspaces
This commit is contained in:
15
modules/version-control/siren-git-timemachine.el
Normal file
15
modules/version-control/siren-git-timemachine.el
Normal file
@@ -0,0 +1,15 @@
|
||||
;;; siren-git-timemachine.el --- jimeh's Emacs Siren: git-timemachine configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for git-timemachine.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package git-timemachine
|
||||
:defer t
|
||||
:init
|
||||
(defalias 'gt 'git-timemachine))
|
||||
|
||||
(provide 'siren-git-timemachine)
|
||||
;;; siren-git-timemachine.el ends here
|
||||
Reference in New Issue
Block a user