Added rust modes to emacs, changed theme to one-theme, changed scripts
This commit is contained in:
10
emacs/.emacs.d/snippets/c-mode/fun_comment
Normal file
10
emacs/.emacs.d/snippets/c-mode/fun_comment
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: function template
|
||||
# key: /**
|
||||
# --
|
||||
/**
|
||||
@brief $0
|
||||
|
||||
@param[in]
|
||||
@result
|
||||
*/
|
||||
@@ -4,6 +4,11 @@
|
||||
# --
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
@brief
|
||||
|
||||
@result
|
||||
*/
|
||||
int main(int argc, char *argv[]){
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user