diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2017-11-26 03:04:24 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2017-11-26 03:05:17 +0000 |
commit | a36583ec2246f08f6aa09262c9567f6e1f2b2a3c (patch) | |
tree | 0c8e9640fc73b65c90283c7dbfc389b6c4093bdd | |
parent | 28c3fed4cc0a37432653000a41e11458db73b419 (diff) | |
download | bog-a36583ec2246f08f6aa09262c9567f6e1f2b2a3c.tar.gz |
README.org: Quote bog-mode as a function
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Bog is available on [[https://melpa.org/][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) + (add-hook 'org-mode-hook #'bog-mode) #+end_src * Workflow |