-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.el
62 lines (51 loc) · 2.05 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
;; -*- no-byte-compile: t; -*-
;;; .doom.d/packages.el
;; Docs on configuration:
;; https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#configuring-doom
(disable-packages! evil-snipe)
(package! openwith)
(package! org-download)
;; Dependencies: pngpaste
(package! csv-mode)
(package! osx-dictionary)
;; (package! dired+)
;; To reuse the same buffer when navigating the dir tree
;; TODO Not yet implemented
(package! lorem-ipsum)
;; (package! exec-path-from-shell)
(package! reveal-in-osx-finder)
(package! auto-compile)
(package! dired-narrow)
;; http://pragmaticemacs.com/emacs/dynamically-filter-directory-listing-with-dired-narrow/
(unpin! org-roam)
;; (package! org-roam-ui)
;; (package! org-pandoc-import
;; ;; https://github.com/tecosaur/org-pandoc-import
;; :recipe (:host github
;; :repo "tecosaur/org-pandoc-import"
;; :files ("*.el" "filters" "preprocessors")))
(package! org-appear)
;; Auto-show markup symbols (=, *, etc) in org
(package! org-fragtog)
;; Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them
;; org-mac-link removed from org. applescript portion of file not working.
;; Homepage: https://gitlab.com/aimebertrand/org-mac-link
;; Try installing it again locally if it gets updated. [2021-11-26 Fri]
;; ;; https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#usingloading-local-packages
;; (package! org-roam-bibtex
;; :recipe (:host github :repo "org-roam/org-roam-bibtex"))
;; When using bibtex-completion via the `biblio` module
;; (unpin! bibtex-completion helm-bibtex ivy-bibtex)
(package! powerthesaurus)
(package! org-mac-link)
(package! org-logseq :recipe (:host github :repo "llcc/org-logseq"))
;;(package! hyperbole)
;;;; Not currently used:
;; (package! org-anki)
;; (package! paredit)
(package! evil-paredit)
(package! paredit-menu)
(package! chatgpt
:recipe (:host github :repo "joshcho/ChatGPT.el" :files ("dist" "*.el")))
(package! org-ai
:recipe (:host github :repo "rksm/org-ai" :files ("*.el" "README.md" "snippets")))