Remove sonic-pi plugins
This commit is contained in:
parent
fd4ea301d3
commit
10083a9952
3 changed files with 1 additions and 15 deletions
3
Cask
3
Cask
|
@ -140,9 +140,6 @@
|
||||||
;; C/C++
|
;; C/C++
|
||||||
(depends-on "cmake-mode")
|
(depends-on "cmake-mode")
|
||||||
(depends-on "glsl-mode")
|
(depends-on "glsl-mode")
|
||||||
;; Sonic pi
|
|
||||||
(depends-on "osc")
|
|
||||||
(depends-on "sonic-pi" :git "https://github.com/repl-electric/sonic-pi.el")
|
|
||||||
;; Org
|
;; Org
|
||||||
(depends-on "org-plus-contrib")
|
(depends-on "org-plus-contrib")
|
||||||
;;(depends-on "org-opml" :git "https://github.com/edavis/org-opml")
|
;;(depends-on "org-opml" :git "https://github.com/edavis/org-opml")
|
||||||
|
|
3
init.el
3
init.el
|
@ -85,8 +85,7 @@
|
||||||
module-regex ; /^[^\s](meaning)[^\n]*/
|
module-regex ; /^[^\s](meaning)[^\n]*/
|
||||||
module-ruby ; <3
|
module-ruby ; <3
|
||||||
module-sass ; @include magic;
|
module-sass ; @include magic;
|
||||||
module-sonicpi ; the funk soul brotha
|
module-swift ; yay, emoji variables!
|
||||||
module-swift ; yay, emoji variabless!
|
|
||||||
module-markdown ; markdown
|
module-markdown ; markdown
|
||||||
;; module-rust
|
;; module-rust
|
||||||
;; module-r ; for science!
|
;; module-r ; for science!
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
;;; module-sonicpi.el
|
|
||||||
|
|
||||||
(use-package sonic-pi
|
|
||||||
:config
|
|
||||||
(setq sonic-pi-path "/Applications/Sonic Pi.app/")
|
|
||||||
(add-unreal-buffer! "\\*sonic-pi-server-messages\\*")
|
|
||||||
(add-popwin-rule! "*sonic-pi-server-messages*" :position bottom :height: 0.4 :nostick t :dedicated t))
|
|
||||||
|
|
||||||
(provide 'module-sonicpi)
|
|
||||||
;;; module-sonicpi.el ends here
|
|
Loading…
Add table
Add a link
Reference in a new issue