Skip to content

Commit 140f001

Browse files
committed
Change header struct.
1 parent b92af8d commit 140f001

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

ivy-file-preview.el

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,15 @@ It could either by `project-directory' or `default-directory'")
9494
(defvar ivy-file-preview--first-cand-index nil
9595
"Record of first candidate's index.")
9696

97-
;;; External
97+
;;
98+
;; (@* "External" )
99+
;;
98100

99101
(defvar ivy-searcher--candidates)
100102

101-
;;; Util
103+
;;
104+
;; (@* "Util" )
105+
;;
102106

103107
(defun ivy-file-preview--ivy-searcher-p ()
104108
"Return non-nil if current command is from `ivy-searcher'."
@@ -192,7 +196,9 @@ If CURRENT-OV is non-nil it create overlay that are currently selected."
192196
(setq ivy-file-preview--window-status
193197
(plist-put ivy-file-preview--window-status prop val)))
194198

195-
;;; Core
199+
;;
200+
;; (@* "Core" )
201+
;;
196202

197203
(defun ivy-file-preview--candidates ()
198204
"Return current ivy candidates."
@@ -359,7 +365,9 @@ FN is the file path. POS can either be one of the following type:
359365
ivy-file-preview--preview-files '()
360366
ivy-file-preview--this-command nil))
361367

362-
;;; Entry
368+
;;
369+
;; (@* "Entry" )
370+
;;
363371

364372
(defun ivy-file-preview--enable ()
365373
"Enable `ivy-file-preview'."

0 commit comments

Comments
 (0)