-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cask
36 lines (22 loc) · 826 Bytes
/
Cask
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
;; -*- mode: emacs-lisp; -*-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(source melpa)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(package "sboo-emacs" "0.0" "SBoo's Emacs Configuratiion.")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(files "sboo/*.el" "lisp/*.el" )
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(depends-on "use-package" "2.3")
(depends-on "dash" "2.13.0")
(depends-on "s" "1.10.0")
(depends-on "f" "0.18.2")
(depends-on "helm" "3.0")
(depends-on "async" "1.9.3")
(depends-on "popup" "0.5.3")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(depends-on "projectile" "0.14.0")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(development
(depends-on "ert-runner")
(depends-on "f"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;