-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCask
More file actions
333 lines (274 loc) · 15.4 KB
/
Copy pathCask
File metadata and controls
333 lines (274 loc) · 15.4 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
(source "ELPA" "http://tromey.com/elpa/")
(source "melpa-stable" "http://stable.melpa.org/packages/")
(source gnu)
(source melpa)
(source org)
;; (depends-on "cask") ; NOTE: error: Some dependencies were not available: cask ~~~~<danil@kutkevich.org>
;; (depends-on "erise")
;; (depends-on "lfe-mode")
;; (depends-on "mmm-mode")
;; (depends-on "org-readme")
;; (depends-on "yafolding")
(depends-on "ac-html" :git "https://github.com/zhangkaiyulw/ac-html.git" :ref "v0.31") ; i can not setup new version
(depends-on "web-completion-data") ; used by ad-html
;; (depends-on "cider") ; i do not want upgrade "cider-nrepl plugin"
(depends-on "clojure-mode")
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Magit mode <https://github.com/magit/magit> below this comment.
(depends-on "magit")
(depends-on "magit-popup")
;;; ^^^↑^^^ Magit mode <https://github.com/magit/magit> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Org mode <https://github.com/bzg/org-mode> below this comment.
(depends-on "org" "20150929") ; fixme: respects version!!!!!!!!!!!!!!!!!!!!!!
(depends-on "org-ac")
;;; ^^^↑^^^ Org mode <https://github.com/bzg/org-mode> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Company mode <https://github.com/company-mode/company-mode> below this comment.
;; Company auto complete.
;; (depends-on "company-ansible")
;; (depends-on "company-edbi")
;; (depends-on "company-statistics")
(depends-on "company")
(depends-on "company-erlang")
(depends-on "company-go")
(depends-on "company-inf-ruby")
(depends-on "company-lua")
(depends-on "company-nginx")
(depends-on "company-php")
(depends-on "company-shell")
(depends-on "company-web")
;;; ^^^↑^^^ Company mode <https://github.com/company-mode/company-mode> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Fuzzy searching in multiple files below this comment.
;; Fuzzy searching in multiple files (projectile and friends).
;; (depends-on "ag") ; using `counsel-ag` instead
;; (depends-on "pt") ; using `counsel-pt` instead ; the platinum searcher (ag and ack replacement <https://github.com/monochromegane/the_platinum_searcher>)
;; (depends-on "rg") ; using `counsel-rg` instead ; ripgrep is an a-la ag platinum searcher written in rust
(depends-on "wgrep-ag") ; editable grep
(depends-on "wgrep-pt") ; editable grep
;;; ^^^↑^^^ Fuzzy searching in multiple files above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
(depends-on "anzu") ; isearch and query-replace extension
(depends-on "apache-mode")
(depends-on "back-button") ; two-way navigation through mark ring forward/backward
;(depends-on "bash-completion")
(depends-on "cask-mode")
(depends-on "column-marker" :git "https://github.com/emacsmirror/column-marker.git")
(depends-on "corral") ; smartparens replacement (quotes/parentheses/delimiters manager)
(depends-on "crontab-mode" :git "https://github.com/emacsmirror/crontab-mode.git")
(depends-on "csharp-mode")
(depends-on "csv-mode")
(depends-on "cycle-quotes")
(depends-on "dart-mode")
(depends-on "dash")
(depends-on "deft")
(depends-on "diffview")
(depends-on "digit-groups") ; highlighting digit groups in numbers
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Dired mode below this comment.
;; Dired.
;; (depends-on "dired-dups")
(depends-on "dired-details" :git "https://github.com/emacsmirror/dired-details.git")
(depends-on "diredfl")
(depends-on "direx")
(depends-on "pack") ; archive/tar/gzip/xz
;;; ^^^↑^^^ Dired mode above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
(depends-on "dockerfile-mode")
(depends-on "dumb-jump")
(depends-on "ebuild-mode" :git "https://github.com/emacsmirror/ebuild-mode.git") ; "Gentoo ebuild and eclass mode <http://wiki.gentoo.org/wiki/Project:Emacs>, <https://packages.gentoo.org/packages/app-emacs/ebuild-mode>" ; http://dev.gentoo.org/~ulm/emacs/ebuild-mode-1.26.tar.xz
(depends-on "elisp-slime-nav")
(depends-on "elixir-mode")
(depends-on "elpa-mirror")
(depends-on "etags-select")
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Evil mode <https://github.com/emacs-evil/evil> below this comment.
(depends-on "evil")
(depends-on "evil-collection") ;; <https://github.com/emacs-evil/evil-collection#installation>.
(depends-on "goto-chg")
;;; ^^^↑^^^ Evil mode <https://github.com/emacs-evil/evil> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
(depends-on "expand-region")
(depends-on "ferm-mode" :git "https://github.com/danil/ferm-mode.git" :files ("ferm-mode.el")) ; "Major mode for ferm iptables tool <https://gitorious.org/kaction-emacs/ferm-mode>, <http://ferm.foo-projects.org>"
(depends-on "find-dupes-dired") ; find dupes/duplicates and handle them in dired-mode https://github.com/ShuguangSun/find-dupes-dired (find using external command fdupes https://github.com/adrianlopezroche/fdupes)
(depends-on "find-temp-file")
(depends-on "findr")
(depends-on "fish-mode")
(depends-on "flatbuffers-mode") ; major mode for editing flatbuffers .fbs files
(depends-on "flycheck")
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv fd <https://github.com/sharkdp/fd> below this comment.
;; fd a-la find replacement.
(depends-on "counsel-fd")
(depends-on "fd-dired")
;;; ^^^↑^^^ fd <https://github.com/sharkdp/fd> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Go programming language <https://github.com/dominikh/go-mode.el> below this comment.
;; (depends-on "flycheck-gometalinter")
(depends-on "flycheck-golangci-lint")
(depends-on "go-expr-completion") ; complete a left-hand side from given expression
(depends-on "go-mode")
(depends-on "go-snippets")
(depends-on "go-stacktracer")
(depends-on "go-translate") ; google translate https://github.com/lorniu/go-translate
(depends-on "godoctor")
(depends-on "gotest")
;;; ^^^↑^^^ Go programming language <https://github.com/dominikh/go-mode.el> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Git below this comment.
;; (depends-on "git-gutter")
(depends-on "diff-hl")
(depends-on "git-modes") ; NOTE: Provides gitconfig-mode and gitignore-mode <https://github.com/magit/git-modes>.~~~~<danil@kutkevich.org>
(depends-on "git-timemachine")
;;; ^^^↑^^^ Git above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;; (depends-on "iedit") ; isearch + edit is an a-la multiple-cursors-mode
(depends-on "crm-custom")
(depends-on "css-comb") ; css formater
(depends-on "haml-mode")
(depends-on "highlight-symbol")
(depends-on "highlight-thing")
(depends-on "hl-todo")
(depends-on "hydra") ; FIXME: A nested hotkey definition is a anti-pattern instead must use a best practice and do using the `general.el` because that package provides a more convenient method for binding keys in Emacs. ; Key bindings a-la `transient`.~~~~<danil@kutkevich.org>
(depends-on "i3wm-config-mode")
(depends-on "inf-mongo")
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Counsel/Ivy <https://github.com/emacsmirror/ivy> below this comment.
;; Ivy (is an ido replacement).
;; (depends-on "counsel-projectile") ; projectile respect selectrum instead of counsel
(depends-on "counsel")
(depends-on "counsel-jq") ; queries against json
(depends-on "counsel-world-clock") ; <https://github.com/kchenphy/counsel-world-clock>
(depends-on "ivy")
(depends-on "ivy-dired-history")
(depends-on "ivy-historian")
(depends-on "ivy-hydra")
(depends-on "lsp-ivy") ; ivy respects lsp (language server protocol) <https://github.com/emacs-lsp/lsp-mode#configure-lsp-mode>, <https://github.com/emacs-lsp/lsp-ivy>
(depends-on "swiper")
(depends-on "wgrep") ; editable `ivy-occur` buffer (grep-mode)
;;; ^^^↑^^^ Counsel/Ivy <https://github.com/emacsmirror/ivy> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv JavaScript programming language below this comment.
(depends-on "coffee-mode")
(depends-on "jade-mode")
(depends-on "js2-mode")
(depends-on "jsfmt")
(depends-on "json-mode")
(depends-on "json-reformat")
(depends-on "jsonnet-mode")
(depends-on "literate-coffee-mode")
(depends-on "typescript-mode")
;;; ^^^↑^^^ JavaScript programming language above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
(depends-on "browse-kill-ring")
(depends-on "kill-ring-ido" :git "https://github.com/lalopmak/kill-ring-ido.git")
(depends-on "noflet")
(depends-on "graphql-mode") ; https://github.com/davazp/graphql-mode
(depends-on "leerzeichen") ; Minor mode to display whitespace characters <https://github.com/fgeller/leerzeichen.el>. ; (depends-on "ethan-wspace")
(depends-on "less-css-mode")
(depends-on "list-unicode-display")
(depends-on "logview")
(depends-on "lsp-mode")
(depends-on "lua-mode")
(depends-on "markdown-mode")
(depends-on "markdown-toc")
(depends-on "markdownfmt")
(depends-on "mediawiki")
(depends-on "mustache-mode")
(depends-on "narrow-indirect" :git "https://github.com/emacsmirror/narrow-indirect.git")
(depends-on "nginx-mode")
(depends-on "noccur")
(depends-on "nodejs-repl")
(depends-on "origami")
(depends-on "pacfiles-mode") ; diff/update arch linux pacnew and pacsave files
(depends-on "package-build")
(depends-on "php-mode")
(depends-on "pinentry") ; gnupg password in minibuffer prompt instead of graphical dialog <https://unix.stackexchange.com/questions/55638/can-emacs-use-gpg-agent-in-a-terminal-at-all/278875#278875>
(depends-on "pkgbuild-mode")
(depends-on "projectile")
(depends-on "projectile-rails")
(depends-on "protobuf-mode")
(depends-on "quelpa")
(depends-on "quickrun")
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Ruby programming language below this comment.
;; (depends-on "rbenv")
(depends-on "enh-ruby-mode")
(depends-on "minitest")
(depends-on "multi-compile")
(depends-on "rbtagger") ; ctags via gem-ripper-tags
(depends-on "robe")
(depends-on "rspec-mode")
(depends-on "ruby-guard" :git "https://github.com/zhangkaiyulw/ruby-guard.git")
(depends-on "ruby-hash-syntax")
;(depends-on "ruby-pry" :git "https://github.com/jacott/emacs-pry.git" :files ("*" (:exclude ".git" ".gitignore" "COPYING" "README.md" "TODO"))) ; "Pry support within Emacs"
(depends-on "ruby-refactor")
(depends-on "ruby-tools")
;;; ^^^↑^^^ Ruby programming language above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Rust programming language below this comment.
;; (depends-on "racer")
;; (depends-on "flycheck-rust") ; buggy(
(depends-on "rust-mode")
;;; ^^^↑^^^ Rust programming language above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
(depends-on "sass-mode")
(depends-on "scss-mode")
(depends-on "simp")
(depends-on "slim-mode")
(depends-on "su") ; automatically read/write files as other users
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Mode line below this comment.
;; (depends-on "cyphejor")
;; (depends-on "doom-modeline")
(depends-on "rich-minority")
(depends-on "smart-mode-line")
;;; ^^^↑^^^ Mode line above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
(depends-on "rainbow-delimiters")
(depends-on "rainbow-identifiers") ; highlight each variable uniquely based on its name
(depends-on "rainbow-mode")
(depends-on "recentf-ext")
(depends-on "redis")
(depends-on "restclient") ; A-la cURL or [JetBrains HTTP Client](https://plugins.jetbrains.com/plugin/13121-http-client).
;;; vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv↓vvv
;;; vvv↓vvv Selectrum mode <https://github.com/radian-software/selectrum> below this comment.
;;; DEPRECATED: The original author of Selectrum, @raxod502, now uses Vertico mode <https://github.com/minad/vertico>.~~~~<danil@kutkevich.org>
(depends-on "selectrum") ; a-la ido/ivy/counsel
(depends-on "selectrum-prescient") ; selectrum sorting/filtering
(depends-on "ctrlf") ; a-la isearch replacement?
(depends-on "amx") ; a-la smex is a m-x enhancement
;;; ^^^↑^^^ Selectrum mode <https://github.com/radian-software/selectrum> above this comment.
;;; ^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^↑^^^
(depends-on "sed-mode")
(depends-on "speed-type")
(depends-on "systemd")
;; (depends-on "tldr")
(depends-on "toml-mode")
(depends-on "top-mode" :git "https://github.com/emacsmirror/top-mode.git")
(depends-on "tramp")
(depends-on "transient") ; FIXME: A nested hotkey definition is a anti-pattern instead must use a best practice and do using the `general.el` because that package provides a more convenient method for binding keys in Emacs. ; Key bindings a-la `hydra`.~~~~<danil@kutkevich.org>
(depends-on "transpose-frame")
(depends-on "twittering-mode")
(depends-on "undo-tree")
(depends-on "unicode-troll-stopper")
(depends-on "vimrc-mode")
(depends-on "visual-regexp")
(depends-on "vlf")
(depends-on "web-mode")
(depends-on "window-numbering")
(depends-on "yaml-mode")
;; (depends-on "yascroll")
(depends-on "yasnippet")
(depends-on "yasnippet-snippets" :git "https://github.com/AndreaCrotti/yasnippet-snippets.git" :files ("*" (:exclude ".git" ".gitignore" ".nosearch" "CONTRIBUTORS.txt" "LICENSE" "README.md" "rename_add_contr.py")))
(depends-on "yasnippets" :git "https://github.com/rejeep/yasnippets.git" :files ("*" (:exclude ".git" ".gitignore" "README.markdown"))) ; "Comprehensive collection of yasnippets"
(depends-on "zig-mode")
(depends-on "ztree")