diff options
Diffstat (limited to 'bog-readme.org')
-rw-r--r-- | bog-readme.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bog-readme.org b/bog-readme.org index 5a1b7f7..fb67a6e 100644 --- a/bog-readme.org +++ b/bog-readme.org @@ -5,6 +5,16 @@ Bog is a system for taking research notes in [[http://orgmode.org/][Org mode]]. research-specific features, nearly all of which are focused on managing and taking notes with Org, not on writing research articles with Org. +* Installation + +Bog is available on [[http://melpa.milkbox.net/][MELPA]]. + +To enable Bog in all Org buffers, add it to =org-mode-hook=. + +#+begin_src emacs-lisp + (add-hook 'org-mode-hook 'bog-mode) +#+end_src + * Workflow Many people use Org for taking research notes, and there are some really |