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,7 +0,0 @@
# -*- mode: snippet; -*-
#contributor: Xah Lee (XahLee.org)
#name: add-hook
#key: add-hook
#key: ah
# --
(add-hook '${1:name}-hook ${2:'${3:function}})$0

View File

@@ -1,5 +0,0 @@
# -*- mode: snippet -*-
# name: color
# key: col
# --
\color{$0}

View File

@@ -1,7 +0,0 @@
# -*- mode: snippet -*-
# name: elisp
# key: elisp_
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: source block
# key: src
# --
#+BEGIN_SRC $0
$1
#+END_SRC

View File

@@ -1,6 +0,0 @@
# -*- mode: snippet -*-
# name: transitions
# key: tran
# --
S_{$1}\rightarrow{}S_{$2}
$0