PROCESSING IS NOW INTEGRATED INTO THIS WOOOOOOO
This commit is contained in:
@@ -318,3 +318,8 @@
|
||||
org-alert-notify-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")
|
||||
|
||||
Reference in New Issue
Block a user