diff options
Diffstat (limited to 'local.el')
| -rw-r--r-- | local.el | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -34,5 +34,14 @@ (defalias 'ravi-license-header 'ravi/normal-license-header) +;; Org-capture set-up +(defun ravi/setup-org-capture () + (add-to-list 'org-capture-templates + '("n" ;`org-capture' binding + n + "Note" + entry + (file "") ;empty string defaults to `org-default-notes-file' + "\n* %?\n Context:\n %i\n Entered on %U"))) + (provide 'local) ;;; local.el ends here |
