This website works better with JavaScript.
Explore
Help
Sign In
riyyi
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This is a collection of dotfiles and scripts for my bspwm setup
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
497
Commits
1
Branch
0
Tags
8.5 MiB
Tree:
881f74cfc8
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '881f74cfc8'
${ noResults }
dotfiles
/
.config
/
emacs
/
snippets
/
c++-mode
/
include
5 lines
71 B
Raw
Normal View
History
Unescape
Escape
Add c++ yasnippets
5 years ago
# -*- mode: snippet -*-
# name: include
Add include snippet
4 years ago
# key: inc
Add c++ yasnippets
5 years ago
# --
Add include snippet
4 years ago
#include "$1"$0