Skip to content

Commit

Permalink
Update short desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 21, 2019
1 parent 741f2d6 commit ecc3ca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions diminish-buffer.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; diminish-buffer.el --- Diminished buffers from being shown in buffer menu. -*- lexical-binding: t; -*-
;;; diminish-buffer.el --- Diminish (hide) buffers from buffer-menu. -*- lexical-binding: t; -*-

;; Copyright (C) 2019 Shen, Jen-Chieh
;; Created date 2019-08-31 00:02:54

;; Author: Shen, Jen-Chieh <[email protected]>
;; Description: Diminished buffers from being shown in buffer menu.
;; Description: Diminish (hide) buffers from buffer-menu.
;; Keyword: diminish hide buffer menu
;; Version: 0.0.3
;; Package-Requires: ((emacs "24.4"))
Expand All @@ -27,14 +27,14 @@

;;; Commentary:
;;
;; Diminished buffers from being shown in buffer menu.
;; Diminish (hide) buffers from buffer-menu.
;;

;;; Code:


(defgroup diminish-buffer nil
"Diminished buffers from being shown in buffer menu."
"Diminish (hide) buffers from buffer-menu."
:prefix "diminish-buffer-"
:group 'convenience
:link '(url-link :tag "Repository" "https://github.com/jcs090218/diminish-buffer"))
Expand Down

0 comments on commit ecc3ca8

Please sign in to comment.