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
@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: namespace
# key: ns
# --
namespace ${1:Namespace} {
$0
}