From 62a8e219bcde92cf486aed55e64beaadd4a6c8b2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 1 Apr 2014 00:21:49 -0400 Subject: Add installation instructions --- README.md | 8 ++++++++ bog-readme.org | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index e17da3f..9852c28 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Bog is a system for taking research notes in [Org mode](http://orgmode.org/). It 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 [MELPA](http://melpa.milkbox.net/). + +To enable Bog in all Org buffers, add it to `org-mode-hook`. + + (add-hook 'org-mode-hook 'bog-mode) + # Workflow Many people use Org for taking research notes, and there are some really 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 -- cgit v1.2.3