-
Notifications
You must be signed in to change notification settings - Fork 0
/
basenames.el
66 lines (64 loc) · 1.89 KB
/
basenames.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
(setq bb-modeline-basenames-icons
'((\.bash_profile . "")
(\.bashrc . "")
(\.ds_store . "")
(\.editorconfig . "")
(\.eslintignore . "")
(\.gcloudignore . "")
(\.git . "")
(\.gitattributes . "")
(\.gitconfig . "")
(\.gitignore . "")
(\.gitlab-ci.yml . "")
(\.gitmodules . "")
(\.gvimrc . "")
(\.prettierignore . "")
(\.rvm . "")
(\.vimrc . "")
(\.zprofile . "")
(\.zshrc . "")
(_gvimrc . "")
(_vimrc . "")
(brewfile . "")
(brewfile.lock.json . "")
(cargo.lock . "")
(cmakelists.txt . "")
(config.ru . "")
(docker-compose.yml . "")
(dockerfile . "")
(dropbox . "")
(ds_store . "")
(exact-match-case-sensitive-1.txt . "1")
(exact-match-case-sensitive-2 . "2")
(favicon.ico . "")
(gemfile . "")
(gitignore_global . "")
(go.mod . "")
(go.sum . "")
(gradle . "")
(gruntfile.coffee . "")
(gruntfile.js . "")
(gruntfile.ls . "")
(gulpfile.coffee . "")
(gulpfile.js . "")
(gulpfile.ls . "")
(hidden . "")
(license . "")
(localized . "")
(makefile . "")
(mix.lock . "")
(npmignore . "")
(package.json . "")
(pkgbuild . "")
(procfile . "")
(rakefile . "")
(react.jsx . "")
(renovate.json . "")
(requirements.txt . "")
(robots.txt . "")
(rubydoc . "")
(tsconfig.json . "")
(yarn.lock . "")))
(alist-get '\.vimrc bb-modeline-basenames-icons)
(buffer-name (window-buffer))
(tab-list)