branch: externals/window-commander commit 7a00ef3140ef6f40c2613279956f1734b386febf Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Small documentation fixes --- README | 4 ++-- swsw.el | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 3df48df549..cfb10bd3af 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ Currently, only manual installation is available: Clone the repository: -$ cd ~ +$ cd $ git clone 'https://git.sr.ht/~dsemy/swsw' @@ -37,7 +37,7 @@ For use-package users: When swsw-mode is active: - A window ID is displayed using a mode line lighter or a display function (see `swsw-display-function'). -- A single (predefined) character CHAR corresponds to the minibuffer (see +- A single (predefined) character corresponds to the minibuffer (see `swsw-minibuffer-id'). - Window IDs are assigned to all windows on all frames (by default, see `swsw-scope'). diff --git a/swsw.el b/swsw.el index a4d67aa4c3..26ce8c5061 100644 --- a/swsw.el +++ b/swsw.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2020 Daniel Semyonov ;; Author: Daniel Semyonov <cm...@dsemy.com> +;; Maintainer: Daniel Semyonov <cm...@dsemy.com> ;; Version: 1.0 ;; Package-Requires: ((emacs "23.1")) ;; Keywords: convenience