diff options
Diffstat (limited to 'modules/vc-config.el')
| -rw-r--r-- | modules/vc-config.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/vc-config.el b/modules/vc-config.el index 45aec73b..8b82b4cc 100644 --- a/modules/vc-config.el +++ b/modules/vc-config.el @@ -1,6 +1,16 @@ ;;; vc-config.el --- Version Control Configuration -*- lexical-binding: t; coding: utf-8; -*- ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: +;; +;; Layer: 2 (Core UX). +;; Category: C/P. +;; Load shape: eager. +;; Eager reason: the C-x g Magit entry point and the git keymap. +;; Top-level side effects: defines two keymaps, registers under cj/custom-keymap, +;; package configuration via use-package. +;; Runtime requires: user-constants, keybindings. +;; Direct test load: yes (requires keybindings explicitly). +;; ;; C-x g is my general entry to Magit's version control via the status page. ;; Navigating changes in file happens via git gutter |
