Added rust modes to emacs, changed theme to one-theme, changed scripts

This commit is contained in:
TuDatTr
2021-03-02 12:23:16 +01:00
parent a56233db18
commit 4732690351
16 changed files with 105 additions and 61 deletions

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: inline comment template
# key: /*!
# --
/*!< $0 */

View File

@@ -2,8 +2,13 @@
# name: template
# key: template
# --
#include <stdio>
#include <iostream>
/**
@brief
@result
*/
int main(int argc, char *argv[]){
$0
}