forked from floscr/emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.el
142 lines (110 loc) · 5.3 KB
/
packages.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
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
;; -*- no-byte-compile: t; -*-
;; [[file:config.org::*noflet][noflet:1]]
(package! noflet)
;; noflet:1 ends here
;; [[file:config.org::*Udiskie][Udiskie:1]]
(package! udiskie :recipe (:host gitlab :repo "floscr/udiskie.el"))
;; Udiskie:1 ends here
;; [[file:config.org::*Systemd daemons][Systemd daemons:1]]
(package! daemons)
;; Systemd daemons:1 ends here
;; [[file:config.org::*\[\[https:/github.com/tarao/evil-plugins\]\[Evil Plugin\]\] provides some nice addons for Evil Mode][[[https://github.com/tarao/evil-plugins][Evil Plugin]] provides some nice addons for Evil Mode:1]]
(package! evil-plugin :recipe (:host github :repo "tarao/evil-plugins"))
;; [[https://github.com/tarao/evil-plugins][Evil Plugin]] provides some nice addons for Evil Mode:1 ends here
;; [[file:config.org::*Evil motions][Evil motions:1]]
(package! evil-replace-with-register)
(package! evil-text-objects-javascript :recipe (:host github :repo "urbint/evil-text-objects-javascript"))
;; Evil motions:1 ends here
;; [[file:config.org::*Narrow to an indirect buffer][Narrow to an indirect buffer:1]]
(package! narrow-indirect :recipe (:host github :repo "emacsmirror/narrow-indirect"))
;; Narrow to an indirect buffer:1 ends here
;; [[file:config.org::*Colorized hex strings][Colorized hex strings:1]]
(package! rainbow-mode)
;; Colorized hex strings:1 ends here
;; [[file:config.org::*Centered buffers, doom does not support this anymore.][Centered buffers, doom does not support this anymore.:1]]
(package! visual-fill-column)
;; Centered buffers, doom does not support this anymore.:1 ends here
;; [[file:config.org::*Ivy Avy][Ivy Avy:1]]
(package! ivy-avy)
;; Ivy Avy:1 ends here
;; [[file:config.org::*Doom Themes][Doom Themes:1]]
(package! doom-themes
:recipe (:host github :repo "floscr/emacs-doom-themes" :files ("*.el" "themes/*.el"))
:pin nil)
;; Doom Themes:1 ends here
;; [[file:config.org::*Edit the current chrome input field directly in emacs][Edit the current chrome input field directly in emacs:1]]
(package! atomic-chrome)
;; Edit the current chrome input field directly in emacs:1 ends here
;; [[file:config.org::*Filter dired buffers][Filter dired buffers:1]]
(package! dired-narrow)
(package! dired-filter)
;; Filter dired buffers:1 ends here
;; [[file:config.org::*Open subtrees directly in the current view][Open subtrees directly in the current view:1]]
(package! dired-subtree)
;; Open subtrees directly in the current view:1 ends here
;; [[file:config.org::*Programming][Programming:1]]
(package! edbi)
;; Programming:1 ends here
;; [[file:config.org::*Cheat.sh][Cheat.sh:1]]
(package! cheat-sh)
;; Cheat.sh:1 ends here
;; [[file:config.org::*Narrow Proced Buffers][Narrow Proced Buffers:1]]
(package! proced-narrow)
;; Narrow Proced Buffers:1 ends here
;; [[file:config.org::*Transmission Interface][Transmission Interface:1]]
(package! transmission)
;; Transmission Interface:1 ends here
;; [[file:config.org::*Elisp][Elisp:1]]
(package! symex)
;; Elisp:1 ends here
;; [[file:config.org::*Beancount][Beancount:1]]
(package! beancount :recipe (:host github :repo "cnsunyour/beancount.el"))
;; Beancount:1 ends here
;; [[file:config.org::*Indium: Javascript debugging environment][Indium: Javascript debugging environment:1]]
(package! indium)
;; Indium: Javascript debugging environment:1 ends here
;; [[file:config.org::*Impatient Mode: Live editing of html][Impatient Mode: Live editing of html:1]]
(package! impatient-mode)
;; Impatient Mode: Live editing of html:1 ends here
;; [[file:config.org::*Eslintd Fix: Autofixing that isn't slow][Eslintd Fix: Autofixing that isn't slow:1]]
(package! eslintd-fix)
;; Eslintd Fix: Autofixing that isn't slow:1 ends here
;; [[file:config.org::*JS Import: Package importing][JS Import: Package importing:1]]
(package! js-import :recipe (:host github :repo "floscr/js-import"))
;; JS Import: Package importing:1 ends here
;; [[file:config.org::*Jest: Test Runner][Jest: Test Runner:1]]
(package! jest :recipe (:host github :repo "floscr/emacs-jest"))
;; Jest: Test Runner:1 ends here
;; [[file:config.org::*Graphql][Graphql:1]]
(package! graphql)
;; Graphql:1 ends here
;; [[file:config.org::*Git][Git:1]]
(package! git-lens)
;; Git:1 ends here
;; [[file:config.org::*Git][Git:2]]
(package! elescope)
;; Git:2 ends here
;; [[file:config.org::*Ebooks][Ebooks:1]]
(package! nov)
;; Ebooks:1 ends here
;; [[file:config.org::*Literate Calc Mode][Literate Calc Mode:1]]
(package! literate-calc-mode)
;; Literate Calc Mode:1 ends here
;; [[file:config.org::*Doom Snippets][Doom Snippets:1]]
(package! doom-snippets :ignore t)
(package! my-doom-snippets
:recipe (:host github
:repo "floscr/doom-snippets"
:files ("*.el" "*")))
;; Doom Snippets:1 ends here
;; [[file:config.org::*Calfw][Calfw:1]]
(package! calfw :recipe (:host github :repo "floscr/emacs-calfw") :pin "e3d04c253230ed0692f161f527d4e42686060f62")
(package! calfw-org :recipe (:host github :repo "floscr/emacs-calfw") :pin "e3d04c253230ed0692f161f527d4e42686060f62")
(package! calfw-ical :pin "e3d04c253230ed0692f161f527d4e42686060f62")
(package! calfw-cal :disable t)
(package! org-gcal :disable t)
;; Calfw:1 ends here
;; [[file:config.org::*Remove those annoying LSP interface plugins][Remove those annoying LSP interface plugins:1]]
(package! lsp-ui :disable t)
(package! merlin-eldoc :disable t)
;; Remove those annoying LSP interface plugins:1 ends here