Add emacs configuration

This commit is contained in:
Riyyi
2019-08-07 18:00:22 +02:00
parent 97dd1e9171
commit 9edbbb801a
10 changed files with 820 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: elisp
# key: el
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC