Added zathura, added org to ranger rifle, configured emacs

This commit is contained in:
TuDatTr
2020-11-12 18:20:18 +01:00
parent a178a08c1f
commit fd3a4ad0f8
165 changed files with 177 additions and 1216 deletions

View File

@@ -1,5 +0,0 @@
# -*- mode: snippet -*-
# name: cerr
# key: err
# --
cerr << $0;

View File

@@ -1,5 +0,0 @@
# -*- mode: snippet -*-
# name: cin
# key: cin
# --
cin >> $0;

View File

@@ -1,8 +0,0 @@
# -*- mode: snippet -*-
# contributor: York Zhao <gtdplatform@gmail.com>
# name: cout
# key: cout
# --
`(progn (goto-char (point-min)) (unless (re-search-forward
"^using\\s-+namespace std;" nil 'no-errer) "std::"))
`cout << $0${1: << "${2:\n}"};

View File

@@ -1,7 +0,0 @@
# -*- mode: snippet -*-
# name: fori
# key: fori
# --
for (${1:auto }${2:it} = ${3:var}.begin(); $2 != $3.end(); ++$2) {
$0
}

View File

@@ -1,5 +0,0 @@
# -*- mode: snippet -*-
# name: io
# key: io
# --
#include <iostream>