Added zathura, added org to ranger rifle, configured emacs
This commit is contained in:
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: color
|
||||
# key: col
|
||||
# --
|
||||
\color{$0}
|
||||
@@ -1,7 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: elisp
|
||||
# key: elisp_
|
||||
# --
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
$0
|
||||
#+END_SRC
|
||||
7
emacs/.emacs.d/snippets/org-mode/srcblock
Normal file
7
emacs/.emacs.d/snippets/org-mode/srcblock
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: source block
|
||||
# key: src
|
||||
# --
|
||||
#+BEGIN_SRC $0
|
||||
$1
|
||||
#+END_SRC
|
||||
@@ -1,6 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: transitions
|
||||
# key: tran
|
||||
# --
|
||||
S_{$1}\rightarrow{}S_{$2}
|
||||
$0
|
||||
Reference in New Issue
Block a user