summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/unistd
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/c-mode/unistd')
-rw-r--r--.emacs.d/snippets/c-mode/unistd5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/unistd b/.emacs.d/snippets/c-mode/unistd
new file mode 100644
index 0000000..d5fca02
--- /dev/null
+++ b/.emacs.d/snippets/c-mode/unistd
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: unistd
3# key: uni
4# --
5#include <unistd.h> \ No newline at end of file