Skip to content

Instantly share code, notes, and snippets.

@TheunisKotze
TheunisKotze / gtd_basb_templates.org
Created April 17, 2020 19:33 — forked from mwfogleman/gtd_basb_templates.org
GTD/BASB Templates for Emacs and Org-Mode

Keybase proof

I hereby claim:

  • I am TheunisKotze on github.
  • I am theunis (https://keybase.io/theunis) on keybase.
  • I have a public key whose fingerprint is 562B 90CF 3C89 0A68 1D52 D28B D8C6 0DA7 66C9 BB90

To claim this, I am signing this object:

general {
output_format = "i3bar"
colors = true
interval = 5
}
order += "ipv6"
order += "disk /"
order += "run_watch DHCP"
order += "run_watch VPNC"
(angular.module "test", [])
.directive "test", [ () ->
restrict: "E"
templateUrl: "test.html"
replace: false
link: (scope, element, attrs) ->
scope.tests = [{name: "a"}, {name: "b"}]
scope.$watch "tests", ( ->
console.log "changes:", arguments), true
]