Add config.org + replace setup-editing/general.el
This commit is contained in:
parent
ae07ba56ef
commit
3abf958cc8
7 changed files with 454 additions and 325 deletions
9
plugins/yasnippet/c-mode/oncekl
Normal file
9
plugins/yasnippet/c-mode/oncekl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#name : #ifndef XXX; #define XXX; #endif
|
||||
# key: oncekl
|
||||
# --
|
||||
#ifndef ${1:`(upcase (file-name-nondirectory (file-name-sans-extension (or (buffer-file-name) ""))))`_H_}
|
||||
#define $1
|
||||
|
||||
$0
|
||||
|
||||
#endif /* $1 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue