PROCESSING IS NOW INTEGRATED INTO THIS WOOOOOOO
This commit is contained in:
@@ -318,3 +318,8 @@
|
|||||||
org-alert-notify-cutoff 10
|
org-alert-notify-cutoff 10
|
||||||
org-alert-notify-after-event-cutoff 10)
|
org-alert-notify-after-event-cutoff 10)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; processing things
|
||||||
|
(autoload 'processing-mode "processing-mode" "Processing mode" t)
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.pde$" . processing-mode))
|
||||||
|
(setq-default processing-location "~/bin/processing-java")
|
||||||
|
|||||||
@@ -50,7 +50,8 @@
|
|||||||
(package! org-alert)
|
(package! org-alert)
|
||||||
(package! org-contacts)
|
(package! org-contacts)
|
||||||
(package! darkman)
|
(package! darkman)
|
||||||
(package! processing-mode processing-snippets)
|
(package! processing-mode)
|
||||||
|
(package! processing-snippets)
|
||||||
|
|
||||||
;; Doom's packages are pinned to a specific commit and updated from release to
|
;; Doom's packages are pinned to a specific commit and updated from release to
|
||||||
;; release. The `unpin!' macro allows you to unpin single packages...
|
;; release. The `unpin!' macro allows you to unpin single packages...
|
||||||
|
|||||||
Reference in New Issue
Block a user