summaryrefslogtreecommitdiffstats
path: root/.config/guix/manifests/emacs.scm
blob: db809eba65be7178d56a158818665898d85e5f70 (plain)
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
;; This file is auto-generated by Emacs function: jd/manifest-generate-to-file
(use-modules (gnu packages emacs-xyz)
	     (gnu packages)
	     (guix packages)
	     (guix git-download)
	     (guix build-system emacs)
	     ((guix licenses) #:prefix license:))


(define-public emacs-org-roam-ui
  (let ((commit "9474a254390b1e42488a1801fed5826b32a8030b")
        (revision "0"))
    (package
      (name "emacs-org-roam-ui")
      (version (git-version "0" revision commit))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://github.com/org-roam/org-roam-ui")
                      (commit commit)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0v54vxh95izch74wz2dl2dkdqicbvshra55l6qvd4xl5qmfhpjdc"))))
      (build-system emacs-build-system)
      (arguments
       `(#:include (cons "^out" %default-include)))
      (propagated-inputs
       (list emacs-org-roam emacs-websocket emacs-simple-httpd emacs-f))
      (home-page "https://github.com/org-roam/org-roam-ui")
      (synopsis "A graphical frontend for your org-roam Zettelkasten")
      (description " Org-Roam-UI is a frontend for exploring and interacting
with your @code{org-roam} notes. It is meant a successor of
@code{org-roam-server} that extends functionality of org-roam with a Web app
that runs side-by-side with Emacs.")
      (license license:gpl3+))))



(define emacs-lsp-mode--new
  (let ((commit "808c4d0ab9f19bb92c56716cf59df89432b63f5d")
	(revision "1"))
    (package
     (inherit emacs-lsp-mode)
     (name "emacs-lsp-mode")
     (version (git-version "8.0.1" revision commit))
     (source
      (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/emacs-lsp/lsp-mode")
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
	(base32 "0ridjhzndwjj8947vabq05njgnns74hi69x77axgcbv1c4nasz2y")))))))


(define emacs-packages
  (specifications->manifest
   '("emacs-ytdl"
     "emacs-desktop-environment"
     "emacs-exwm"
     "emacs-perspective"
     "emacs-mu4e-alert"
     "mu"
     "isync"
     "emacs-htmlize"
     "emacs-bluetooth"
     "emacs-nov-el"
     "emacs-password-store"
     "emacs-mastodon"
     "emacs-elfeed"
     "emacs-pdf-tools"
     "emacs-emms"
     "emacs-all-the-icons-dired"
     "emacs-vterm"
     "emacs-restclient"
     "emacs-magit"
     "emacs-neotree"
     "emacs-projectile"
     "emacs-company-box"
     "emacs-company"
     "emacs-docker"
     "emacs-yaml-mode"
     "emacs-web-mode"
     "emacs-flycheck"
     "emacs-tide"
     "emacs-cider"
     "emacs-typescript-mode"
     "emacs-pyvenv"
     "emacs-geiser-guile"
     "emacs-racket-mode"
     "emacs-geiser-racket"
     "emacs-geiser"
     "emacs-sly"
     "emacs-rainbow-delimiters"
     "emacs-paredit"
     ;; "emacs-lsp-ivy"
     ;; "emacs-lsp-mode"
     "emacs-org-roam"
     "emacs-org-roam-bibtex"
     "emacs-org-superstar"
     "emacs-org"
     "emacs-ox-pandoc"
     "emacs-beacon"
     "emacs-all-the-icons"
     "emacs-which-key"
     "emacs-counsel"
     "emacs-ivy"
     "emacs-hl-todo"
     "emacs-diminish"
     "emacs-solarized-theme"
     "font-terminus"
     "emacs-undo-tree"
     "emacs-hydra"
     "emacs-general"
     "emacs-guix"
     "emacs"
     "emacs-use-package"
     )))


(concatenate-manifests
 (list emacs-packages
       (packages->manifest (list emacs-lsp-mode--new
				 emacs-org-roam-ui))))