Add Emacs configuration

master
crudo 2018-04-19 14:01:31 +02:00
父節點 7351fe3092
當前提交 d483771d9e
共有 1 個檔案被更改,包括 9 行新增0 行删除

9
.dir-locals.el 100644
查看文件

@ -0,0 +1,9 @@
(
(nil . (
(whitespace-style . (face
tabs tab-mark indentation::tab
spaces space-mark indentation::space
newline newline-mark
trailing))
))
)