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.
552
Commits
1
Branch
0
Tags
8.5 MiB
Emacs Lisp
33.8%
YASnippet
23.5%
Shell
17.5%
Lua
13.5%
Python
3.1%
Other
8.6%
Tree:
bce32d3ddc
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bce32d3ddc'
${ noResults }
dotfiles
/
.config
/
emacs
/
snippets
/
c++-mode
/
destructor
8 lines
82 B
Raw
Blame
History
# -*- mode: snippet -*-
# name: destructor
# key: dt
# --
${1:Name}::~$1()
{
$0
}
Reference in new issue
Copy Permalink