Skip to content

Instantly share code, notes, and snippets.

View raulrpearson's full-sized avatar
🤝
Available for hire!

Raúl R Pearson raulrpearson

🤝
Available for hire!
View GitHub Profile
@raulrpearson
raulrpearson / add-this-rule-in-karabiner.json
Last active February 12, 2019 07:22
Karabiner-Elements rule to insert backtick/backquote with a single keystroke
{
"description": "Insert backquote in one swift stroke.",
"manipulators": [
{
"conditions": {
"input_sources": [
{
"input_source_id": "^com\\.apple\\.keylayout\\.Spanish-ISO$"
}
],
@raulrpearson
raulrpearson / keybase.md
Created September 22, 2018 17:13
keybase.md

Keybase proof

I hereby claim:

  • I am raulrpearson on github.
  • I am raulrpearson (https://keybase.io/raulrpearson) on keybase.
  • I have a public key ASAMvuTaIqh8NFfaYqYFly6kbnQiZErWs2UI1EW_BH36ago

To claim this, I am signing this object:

@raulrpearson
raulrpearson / subtree-to-html.el
Last active July 7, 2017 14:58
Org-mode subtree to HTML for Modelica documentation
(defun myelisp-subtree-to-html ()
"Create buffer with HTML export from org subtree at point."
(interactive)
;; Setup
(split-window-right)
(org-html-export-as-html nil 1 nil 1)
(html-mode)
;; Substitutions
(replace-regexp
"[\.]+/Resources"