Write modules + defuns
This commit is contained in:
parent
b998f4ab08
commit
3472a1631f
31 changed files with 1418 additions and 32 deletions
10
modules/module-sonicpi.el
Normal file
10
modules/module-sonicpi.el
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue