-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
(package "un-mini" | ||
"0.2.1" | ||
"Automatically close minibuffer after it loses focus") | ||
|
||
(website-url "https://github.com/jcs-legacy/un-mini") | ||
(keywords "minibuffer") | ||
|
||
(package-file "un-mini.el") | ||
|
||
|
||
(script "test" "echo \"Error: no test specified\" && exit 1") | ||
(source 'melpa) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
;;; un-mini.el --- Automatically close minibuffer after it loses focus -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Shen, Jen-Chieh | ||
;; Copyright (C) 2020-2023 Shen, Jen-Chieh | ||
;; Created date 2020-09-16 15:17:15 | ||
|
||
;; Author: Shen, Jen-Chieh <[email protected]> | ||
;; Description: Automatically close minibuffer after if loses focus. | ||
;; Keyword: minibuffer | ||
;; Version: 0.2.1 | ||
;; Package-Requires: ((emacs "25.1")) | ||
;; URL: https://github.com/jcs-elpa/un-mini | ||
;; URL: https://github.com/jcs-legacy/un-mini | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
@@ -36,7 +36,7 @@ | |
"Fill buffer so you don't see empty lines at the end." | ||
:prefix "un-mini-" | ||
:group 'tool | ||
:link '(url-link :tag "Repository" "https://github.com/jcs-elpa/un-mini")) | ||
:link '(url-link :tag "Repository" "https://github.com/jcs-legacy/un-mini")) | ||
|
||
(defcustom un-mini-mouse t | ||
"Close minibuffer when using mouse." | ||
|