File tree 4 files changed +0
-15
lines changed
4 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 30
30
31
31
(declare-function helm-browse-project " helm-files" (arg))
32
32
(declare-function addressbook-bookmark-edit " ext:addressbook-bookmark.el" (bookmark))
33
- (declare-function all-the-icons-fileicon " ext:all-the-icons.el" )
34
- (declare-function all-the-icons-icon-for-file" ext:all-the-icons.el" )
35
- (declare-function all-the-icons-octicon " ext:all-the-icons.el" )
36
- (declare-function all-the-icons-match-to-alist " ext:all-the-icons.el" )
37
- (declare-function all-the-icons-faicon " ext:all-the-icons.el" )
38
33
(declare-function eww-read-bookmarks " eww" )
39
34
40
35
(defvar all-the-icons-dir-icon-alist )
Original file line number Diff line number Diff line change 30
30
(declare-function helm-comp-read " helm-mode" )
31
31
(declare-function helm-browse-project " helm-files" )
32
32
(declare-function helm-ff-switch-to-shell " helm-files" )
33
- (declare-function all-the-icons-icon-for-file " ext:all-the-icons.el" )
34
- (declare-function all-the-icons-octicon " ext:all-the-icons.el" )
35
33
36
34
(defvar all-the-icons-mode-icon-alist )
37
35
(defvar dired-buffers )
Original file line number Diff line number Diff line change 88
88
(declare-function dired-async-processes "ext:dired-async.el")
89
89
(declare-function dired-async-mode-line-message "ext:dired-async.el")
90
90
(declare-function dired-async--modeline-mode "ext:dired-async.el")
91
- (declare-function all-the-icons-icon-for-file "ext:all-the-icons.el")
92
- (declare-function all-the-icons-octicon "ext:all-the-icons.el")
93
- (declare-function all-the-icons-match-to-alist "ext:all-the-icons.el")
94
- (declare-function all-the-icons-material "ext:all-the-icons.el")
95
91
(declare-function helm-adaptive-sort "ext:helm-adaptive.el")
96
92
(declare-function wfnames-setup-buffer "ext:wfnames.el")
97
93
(declare-function svg-lib-progress-bar "ext:svg-lib")
Original file line number Diff line number Diff line change 31
31
(defvar nerd-icons-scale-factor )
32
32
33
33
(declare-function which-function " which-func" )
34
- (declare-function all-the-icons-material " ext:all-the-icons.el" )
35
- (declare-function all-the-icons-octicon " ext:all-the-icons.el" )
36
- (declare-function all-the-icons-faicon " ext:all-the-icons.el" )
37
- (declare-function all-the-icons-wicon " ext:all-the-icons.el" )
38
34
39
35
40
36
(defgroup helm-imenu nil
You can’t perform that action at this time.
0 commit comments