Move emacs 27 to $XDG_CONFIG_HOME/emacs

This commit is contained in:
Riyyi
2020-08-12 04:30:33 +02:00
parent 309f69de10
commit e9c94893df
23 changed files with 169 additions and 10 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