Write modules + defuns

This commit is contained in:
Henrik Lissner 2015-06-15 09:06:10 +02:00
parent b998f4ab08
commit 3472a1631f
31 changed files with 1418 additions and 32 deletions

10
modules/module-sonicpi.el Normal file
View file

@ -0,0 +1,10 @@
;;; 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