Skip to content

Instantly share code, notes, and snippets.

@yasuhito
Created December 19, 2012 07:15
Show Gist options
  • Save yasuhito/4335018 to your computer and use it in GitHub Desktop.
Save yasuhito/4335018 to your computer and use it in GitHub Desktop.
独りフェースブック
(global-set-key "\C-cc" 'org-capture)
(setq org-capture-templates
(quote
(("f"
"独りFacebook"
entry
(file "~/Dropbox/org/facebook.org")
"* %U\n %?\n - [ ] いいね!"
:prepend t
:unnarrowed t
:empty-lines 1)
;; ...
)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment