Remove sonic-pi plugins

This commit is contained in:
Henrik Lissner 2015-07-16 20:35:18 +02:00
parent fd4ea301d3
commit 10083a9952
3 changed files with 1 additions and 15 deletions

View file

@ -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