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