add emacs config

This commit is contained in:
2021-02-07 17:36:52 +01:00
parent f592ac26f6
commit d3011d5767
13 changed files with 2555 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: SRC
# key: SRC
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region nil))
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC