An open source DAW for GNU/Linux, inspired by modular synths.
http://noisicaa.odahoda.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
894 B
30 lines
894 B
; TODO: |
|
; - add shortcuts to run tests |
|
; - add tweaks to C++ indentation |
|
; - no indentation for namespace |
|
; - correct indentation for arg list continuation |
|
|
|
((nil . ( |
|
; Projetile |
|
(projectile-project-test-cmd . "./waf test") |
|
|
|
(pyvenv-workon . "noisicaa") |
|
|
|
; Uses spaces for indentation. |
|
(indent-tabs-mode . nil) |
|
|
|
; Be more generous than 80 columns. |
|
(fill-column . 100) |
|
|
|
; Highlight tabs, so they don't slip in unnoticed. |
|
; TODO: make this work correctly |
|
; - should only show leading tabs |
|
; - disrupts colors in magit |
|
;(eval . (add-hook 'font-lock-mode-hook |
|
; (lambda () |
|
; (font-lock-add-keywords |
|
; nil |
|
; '(("\t" 0 'trailing-whitespace prepend)))))) |
|
) |
|
) |
|
)
|
|
|