Added rust modes to emacs, changed theme to one-theme, changed scripts
This commit is contained in:
5
emacs/.emacs.d/snippets/c++-mode/inline_comment
Normal file
5
emacs/.emacs.d/snippets/c++-mode/inline_comment
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: inline comment template
|
||||
# key: /*!
|
||||
# --
|
||||
/*!< $0 */
|
||||
@@ -2,8 +2,13 @@
|
||||
# name: template
|
||||
# key: template
|
||||
# --
|
||||
#include <stdio>
|
||||
#include <iostream>
|
||||
|
||||
/**
|
||||
@brief
|
||||
|
||||
@result
|
||||
*/
|
||||
int main(int argc, char *argv[]){
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user