Skip to content

Commit

Permalink
init eask
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 7, 2023
1 parent d84944a commit 6645c8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Eask
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)


6 changes: 3 additions & 3 deletions un-mini.el
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.

Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 6645c8f

Please sign in to comment.