Advertisement
jxjxjx

Untitled

Nov 29th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 KB | None | 0 0
  1. ~/.config/doom directory structure.
  2.  
  3. doom
  4. ├── cli.el
  5. ├── config.el
  6. ├── config.org
  7. ├── init.el
  8. ├── LICENCE
  9. ├── lisp
  10. │   ├── authinfo-color-mode
  11. │   │   ├── authinfo-color-mode.el
  12. │   │   ├── LICENSE
  13. │   │   └── README.org
  14. │   ├── emacs-everywhere
  15. │   │   ├── emacs-everywhere.el
  16. │   │   ├── LICENCE
  17. │   │   └── README.org
  18. │   ├── engrave-faces
  19. │   │   ├── engrave-faces-ansi.el
  20. │   │   ├── engrave-faces.el
  21. │   │   ├── engrave-faces-html.el
  22. │   │   ├── engrave-faces-latex.el
  23. │   │   ├── LICENCE
  24. │   │   └── README.org
  25. │   ├── LaTeX-auto-activating-snippets
  26. │   │   ├── laas.el
  27. │   │   ├── laas-unicode.el
  28. │   │   ├── LICENSE
  29. │   │   ├── README.org
  30. │   │   └── todo.org
  31. │   ├── lexic
  32. │   │   ├── lexic.el
  33. │   │   ├── lexic.gif
  34. │   │   ├── LICENCE
  35. │   │   └── README.org
  36. │   ├── ob-julia
  37. │   │   ├── julia
  38. │   │   │   ├── base.jl
  39. │   │   │   ├── display.jl
  40. │   │   │   ├── init.jl
  41. │   │   │   ├── packages.jl
  42. │   │   │   ├── sexp.jl
  43. │   │   │   └── stdlib.jl
  44. │   │   ├── LICENSE
  45. │   │   ├── ob-julia.el
  46. │   │   └── TODO.org
  47. │   ├── orgdiff
  48. │   │   ├── orgdiff.el
  49. │   │   ├── orgdiff-screenshot.png
  50. │   │   └── README.org
  51. │   ├── org-glossary
  52. │   │   ├── LICENSE
  53. │   │   ├── org-glossary.el
  54. │   │   ├── org-glossary.org
  55. │   │   ├── org-glossary.texi
  56. │   │   └── README.org
  57. │   ├── org-music
  58. │   │   ├── org-music.el
  59. │   │   └── README.org
  60. │   ├── org-pandoc-import
  61. │   │   ├── filters
  62. │   │   │   ├── rmarkdown.lua
  63. │   │   │   └── _simple-headers.lua
  64. │   │   ├── LICENCE
  65. │   │   ├── org-pandoc-import.el
  66. │   │   ├── org-pandoc-import.svg
  67. │   │   ├── org-pandoc-import-transient.el
  68. │   │   ├── preprocessors
  69. │   │   │   ├── rmarkdown.el
  70. │   │   │   └── tsv.el
  71. │   │   ├── README.org
  72. │   │   └── screenshots
  73. │   │   ├── csv.png
  74. │   │   ├── markdown.png
  75. │   │   └── odt.png
  76. │   ├── ox-chameleon
  77. │   │   ├── logo.svg
  78. │   │   ├── ox-chameleon.el
  79. │   │   └── README.org
  80. │   ├── ox-pluto
  81. │   ├── pdftotext
  82. │   │   ├── pdftotext.el
  83. │   │   └── README.org
  84. │   ├── screenshot
  85. │   ├── simple-comment-markup
  86. │   └── wttrin
  87. │   └── wttrin.el
  88. ├── misc
  89. │   ├── config-publishing
  90. │   │   ├── async-proc-management.el
  91. │   │   ├── check-package-updates.sh
  92. │   │   ├── gen-org-snippets.sh
  93. │   │   ├── htmlize.sh
  94. │   │   ├── initialise.el
  95. │   │   ├── org-html.sh
  96. │   │   ├── org-pdf.sh
  97. │   │   └── publish.sh
  98. │   ├── confpkg.svg
  99. │   ├── document-format-comparison.svg
  100. │   ├── editor-comparison.svg
  101. │   ├── emacs-platform.svg
  102. │   ├── ispell_personal
  103. │   ├── mbsync-imapnotify.py
  104. │   ├── org-css
  105. │   │   ├── _$magnet_licence.js
  106. │   │   ├── _aside.scss
  107. │   │   ├── _bibliography.scss
  108. │   │   ├── _blocks.scss
  109. │   │   ├── _breadcrumbs.scss
  110. │   │   ├── build.sh
  111. │   │   ├── _code.js
  112. │   │   ├── _code.scss
  113. │   │   ├── _commons.scss
  114. │   │   ├── _dropcap.scss
  115. │   │   ├── _edits.scss
  116. │   │   ├── _figure.scss
  117. │   │   ├── _footnotes.scss
  118. │   │   ├── _headings.scss
  119. │   │   ├── _hr.scss
  120. │   │   ├── _layout.scss
  121. │   │   ├── LICENSE
  122. │   │   ├── _links.scss
  123. │   │   ├── _lists.scss
  124. │   │   ├── _~magnet_licence.js
  125. │   │   ├── main.css
  126. │   │   ├── main.js
  127. │   │   ├── main.min.css
  128. │   │   ├── main.scss
  129. │   │   ├── _normalize.scss
  130. │   │   ├── _org.scss
  131. │   │   ├── _print.scss
  132. │   │   ├── README.org
  133. │   │   ├── _table.scss
  134. │   │   ├── _tags.scss
  135. │   │   ├── _theme.scss
  136. │   │   ├── _toc.js
  137. │   │   └── _toc.scss
  138. │   ├── org-export-header.html
  139. │   ├── org-latex-clever-preamble.svg
  140. │   ├── screenshots
  141. │   │   ├── calc-with-calctex.png
  142. │   │   ├── elfeed.png
  143. │   │   ├── font-face.png
  144. │   │   ├── info-coloured.png
  145. │   │   ├── info-colours.png
  146. │   │   ├── keycast.png
  147. │   │   ├── lexic.png
  148. │   │   ├── nov.png
  149. │   │   ├── org-capture.png
  150. │   │   ├── screenshot.png
  151. │   │   ├── splash-screen.png
  152. │   │   ├── whichkey-evil.png
  153. │   │   ├── writeroom-and-org.png
  154. │   │   └── xkcd-mode.png
  155. │   ├── splash-images
  156. │   │   ├── aperture-laboratories-template.svg
  157. │   │   ├── cacomon-template.svg
  158. │   │   ├── emacs-e-template.svg
  159. │   │   ├── emacs-wildebeest-template.svg
  160. │   │   ├── gnu-head-template.svg
  161. │   │   ├── Mx-butterfly-black-template.svg
  162. │   │   ├── Mx-butterfly-inverted-template.svg
  163. │   │   ├── Mx-butterfly-template.svg
  164. │   │   ├── transparent-pixel.png
  165. │   │   └── tree-template.svg
  166. │   └── splash-phrases
  167. │   ├── corperate-bs-1-adverbs.txt
  168. │   ├── corperate-bs-2-verbs.txt
  169. │   ├── corperate-bs-3-adjuctives.txt
  170. │   ├── corperate-bs-4-nouns.txt
  171. │   ├── dev-excuses.txt
  172. │   └── useless-facts.txt
  173. ├── packages.el
  174. ├── README.org
  175. ├── setup.sh
  176. ├── snippets
  177. │   ├── latex-mode
  178. │   │   ├── __
  179. │   │   ├── aligned-equals
  180. │   │   ├── begin-alias
  181. │   │   ├── cases
  182. │   │   ├── code
  183. │   │   ├── corollary
  184. │   │   ├── definition
  185. │   │   ├── _deliminators
  186. │   │   ├── deliminators
  187. │   │   ├── deliminators - angle
  188. │   │   ├── deliminators - bracket
  189. │   │   ├── deliminators - curly
  190. │   │   ├── deliminators - paren
  191. │   │   ├── enumerate
  192. │   │   ├── example
  193. │   │   ├── frac-short
  194. │   │   ├── int_^
  195. │   │   ├── itemize
  196. │   │   ├── lemma
  197. │   │   ├── lim
  198. │   │   ├── mathclap
  199. │   │   ├── prod_^
  200. │   │   ├── proof
  201. │   │   ├── remark
  202. │   │   ├── sum_^
  203. │   │   └── theorem
  204. │   ├── markdown-mode
  205. │   │   └── __
  206. │   └── org-mode
  207. │   ├── __
  208. │   ├── display-maths
  209. │   ├── elisp_src
  210. │   ├── global-property
  211. │   ├── header-arg-dir
  212. │   ├── header-arg-eval
  213. │   ├── header-arg-export
  214. │   ├── header-arg-file
  215. │   ├── header-arg-graphics
  216. │   ├── header-arg-height
  217. │   ├── header-arg-noweb
  218. │   ├── header-arg-output
  219. │   ├── header-arg-results
  220. │   ├── header-arg-session
  221. │   ├── header-arg-silent
  222. │   ├── header-arg-tangle
  223. │   ├── header-arg-width
  224. │   ├── header-arg-wrap
  225. │   ├── inline-math
  226. │   ├── property-header-args
  227. │   ├── python_src
  228. │   └── src
  229. └── subconf
  230. ├── config-better-defaults.el
  231. ├── config-better-jumper-mouse.el
  232. ├── config-calculator.el
  233. ├── config-confpkg-timings.el
  234. ├── config-dashboard.el
  235. ├── config-doom.el
  236. ├── config-ebooks.el
  237. ├── config-emacs-daemon-setup.el
  238. ├── config-file-templates.el
  239. ├── config-flycheck-org-lint.el
  240. ├── config-frame-title.el
  241. ├── config-irc.el
  242. ├── config-julia.el
  243. ├── config-latex.el
  244. ├── config-mail.el
  245. ├── config-markdown.el
  246. ├── config-multi-mode-abbrev.el
  247. ├── config-newsfeed.el
  248. ├── config-org-babel.el
  249. ├── config-org-behaviour.el
  250. ├── config-org-citation.el
  251. ├── config-org-ess.el
  252. ├── config-org-exports.el
  253. ├── config-org-visuals.el
  254. ├── config-ox-ascii.el
  255. ├── config-ox-beamer.el
  256. ├── config-ox-html.el
  257. ├── config-ox-latex.el
  258. ├── config-ox-md.el
  259. ├── config-personal-information.el
  260. ├── config--pkg-aas.el
  261. ├── config--pkg-all-the-icons.el
  262. ├── config--pkg-avy.el
  263. ├── config--pkg-beancount.el
  264. ├── config--pkg-centaur-tabs.el
  265. ├── config--pkg-company.el
  266. ├── config--pkg-consult.el
  267. ├── config--pkg-doom-modeline.el
  268. ├── config--pkg-elcord.el
  269. ├── config--pkg-emacs-everywhere.el
  270. ├── config--pkg-emojify.el
  271. ├── config--pkg-eros.el
  272. ├── config--pkg-etrace.el
  273. ├── config--pkg-evil.el
  274. ├── config--pkg-graphviz-dot-mode.el
  275. ├── config--pkg-info-colors.el
  276. ├── config--pkg-ispell.el
  277. ├── config--pkg-keycast.el
  278. ├── config--pkg-laas.el
  279. ├── config--pkg-magit.el
  280. ├── config--pkg-marginalia.el
  281. ├── config--pkg-mixed-pitch.el
  282. ├── config--pkg-ob-http.el
  283. ├── config--pkg-ob-julia.el
  284. ├── config--pkg-org-appear.el
  285. ├── config--pkg-org-chef.el
  286. ├── config--pkg-orgdiff.el
  287. ├── config--pkg-org-fragtog.el
  288. ├── config--pkg-org-glossary.el
  289. ├── config--pkg-org-graph-view.el
  290. ├── config--pkg-org-modern.el
  291. ├── config--pkg-org-music.el
  292. ├── config--pkg-org-ol-tree.el
  293. ├── config--pkg-org-pandoc-import.el
  294. ├── config--pkg-org-re-reveal.el
  295. ├── config--pkg-org-roam.el
  296. ├── config--pkg-org-roam-ui.el
  297. ├── config--pkg-org-super-agenda.el
  298. ├── config--pkg-org-transclusion.el
  299. ├── config--pkg-ox-chameleon.el
  300. ├── config--pkg-ox-gfm.el
  301. ├── config--pkg-page-break-lines.el
  302. ├── config--pkg-pdftotext.el
  303. ├── config--pkg-projectile.el
  304. ├── config--pkg-screencast.el
  305. ├── config--pkg-screenshot.el
  306. ├── config--pkg-selectric.el
  307. ├── config--pkg-simple-comment-markup.el
  308. ├── config--pkg-smartparens.el
  309. ├── config--pkg-smerge.el
  310. ├── config--pkg-spray.el
  311. ├── config--pkg-string-inflection.el
  312. ├── config--pkg-systemd.el
  313. ├── config--pkg-theme-magic.el
  314. ├── config--pkg-treemacs.el
  315. ├── config--pkg-vlf.el
  316. ├── config--pkg-which-key.el
  317. ├── config--pkg-wttrin.el
  318. ├── config--pkg-yasnippet.el
  319. ├── config-plaintext.el
  320. ├── config-r-lang.el
  321. ├── config-tramp.el
  322. ├── config-variable-pitch-serif-font.el
  323. ├── config-writeroom.el
  324. ├── config-xkcd.el
  325. ├── fancy-splash.el
  326. └── splash-phrases.el
  327.  
  328.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement