Added templates for yasnippet
parent
f4a0ab8fc7
commit
293bf29e49
|
@ -9,5 +9,5 @@ t:/home/tuan/Templates
|
||||||
w:/home/tuan/workspace_l/Projects
|
w:/home/tuan/workspace_l/Projects
|
||||||
k:/home/tuan/Documents/Uni/Studium/2017&2018 Wintersemester/Rechnerstrukturen und Betriebssysteme [4,0]/Rechnerstrukturen
|
k:/home/tuan/Documents/Uni/Studium/2017&2018 Wintersemester/Rechnerstrukturen und Betriebssysteme [4,0]/Rechnerstrukturen
|
||||||
q:/home/tuan/.nextcloud/Quick Drop
|
q:/home/tuan/.nextcloud/Quick Drop
|
||||||
':/home/tuan/.dotfiles/vim/.vim
|
':/home/tuan/.dotfiles/emacs/.emacs.d/snippets
|
||||||
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: template
|
||||||
|
# key: templat
|
||||||
|
# --
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(int argc, char *argv[]){
|
||||||
|
$0
|
||||||
|
}
|
|
@ -1,3 +1,7 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: template
|
||||||
|
# key: template
|
||||||
|
# --
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
RM = rm
|
RM = rm
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: template
|
||||||
|
# key: template
|
||||||
|
# --
|
||||||
|
#+TITLE: $0
|
||||||
|
#+SETUPFILE: $HOME/Templates/Org-Mode/setupfile.org
|
|
@ -1,6 +0,0 @@
|
||||||
# -*- mode: snippet -*-
|
|
||||||
# name: bang
|
|
||||||
# key: !
|
|
||||||
# --
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
$0
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: template
|
||||||
|
# key: template
|
||||||
|
# --
|
||||||
|
#!/bin/bash
|
||||||
|
$0
|
Loading…
Reference in New Issue