diff options
Diffstat (limited to 'modules/ui-navigation.el')
| -rw-r--r-- | modules/ui-navigation.el | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/modules/ui-navigation.el b/modules/ui-navigation.el index 09100799..f1324c16 100644 --- a/modules/ui-navigation.el +++ b/modules/ui-navigation.el @@ -2,7 +2,17 @@ ;; author Craig Jennings <c@cjennings.net> ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: C/P. +;; Load shape: eager. +;; Eager reason: window-navigation keybindings and winner/buffer-move setup for +;; the first session. +;; Top-level side effects: defines a navigation keymap, binds five global keys, +;; configures packages via use-package. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; Window Navigation ;; This section handles situations where we're navigating or arranging windows |
