-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.el
32 lines (26 loc) · 1.27 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
;; packages.el -*- no-byte-compile: t; -*-
;;; `IME'
(package! rime :recipe (:host github
:repo "DogLooksGood/emacs-rime"
:files ("*.el" "Makefile" "lib.c")))
;;; `Note' Note Enhancement
(package! mathpix :recipe (:host github :repo "jethrokuan/mathpix.el"))
(package! zotxt-emacs :recipe (:host github :repo "egh/zotxt-emacs"))
(package! calibredb :recipe (:host github :repo "chenyanming/calibredb.el" :files ("*.el")))
(package! org-ref :recipe (:host github :repo "jkitchin/org-ref"))
(package! advance-words-count :recipe (:host github :repo "LdBeth/advance-words-count.el" :files ("*.el")))
(package! org-roam-server)
;;; `Coding' LSP Client support
(package! move-text :recipe (:host github :repo "manateelazycat/move-text" :files ("*")))
;;(package! rmsbolt :recipe (:fetcher gitlab :repo "jgkamat/rmsbolt"))
;; (quelpa '(rmsbolt
;; :files (:defaults "starters")
;; :fetcher gitlab
;; :repo "jgkamat/rmsbolt"))
;;; `eaf' extension
(package! eaf :recipe (:host github
:repo "manateelazycat/emacs-application-framework"
:files ("*")))
;;; `Stat' wakatime
(package! wakatime-mode :recipe (:host github :repo "wakatime/wakatime-mode" :files ("*.el")))
;;; `Guix'