Move emacs 27 to $XDG_CONFIG_HOME/emacs

This commit is contained in:
Riyyi
2020-08-12 04:36:49 +02:00
parent 309f69de10
commit 5b6275eba9
23 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: guard
# key: grd
# --
#ifndef ${1:GUARD}_H
#define ${1:$(yas-c++-class-name yas-text)}_H
$0
#endif // ${1:$(yas-c++-class-name yas-text)}_H