~kris/dots

srice

ref: 178c9a25a484ead715392d50e21d03df486b8b41 srice/.config/doom/packages.el -rw-r--r-- 1.6 KiB
178c9a25 — Kris Yotam conky: sync proper config from moirai (was the greenred variant) 2 months ago
                                                                                
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
;; -*- no-byte-compile: t; -*-
;;; packages.el

;; org-roam-ui for graph visualization (like Obsidian's graph view)
(package! org-roam-ui)

;; Auto-toggle LaTeX fragments when cursor enters/leaves
(package! org-fragtog)

;; LaTeX fragment preview in non-org buffers (markdown, etc.)
(package! texfrag)

;; Centered writing mode for distraction-free editing
(package! olivetti)

;; Better org-mode bullets
(package! org-superstar)

;; Mixed-pitch fonts (variable pitch for prose, fixed for code)
(package! mixed-pitch)

;; Support for markdown files in org-roam (for existing .md notes)
(package! md-roam :recipe (:host github :repo "nobiot/md-roam"))

;; Citar for better citation management
(package! citar)
(package! citar-org-roam)

;; Live HTML preview in split pane
(package! org-preview-html)

;; Elfeed-score for ranking feed entries
(package! elfeed-score)

;; ============================================================================
;; Research Workflow (Ahmed Khaled EmacsConf 2021)
;; ============================================================================

;; org-ref for bibliography management and arXiv import
(package! org-ref)

;; org-roam-bibtex for linking notes to citations
(package! org-roam-bibtex)

;; Zotero integration via zotxt
(package! zotxt)

;; zotra for Zotero translation server (alternative import method)
(package! zotra :recipe (:host github :repo "mpedramfar/zotra"))

;; Nibelung theme (light/dark)
(package! nibelung-theme :recipe (:host github :repo "veschin/nibelung-theme"))

;; Plan9 theme (light, Acme-inspired)
(package! plan9-theme)