aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-05 22:14:11 -0800
committerGravatar Tom Willemse2017-03-05 22:14:11 -0800
commitc818008166296ad33452c5cc637ea47b99ce954d (patch)
tree0cbcdb583e0f41ae3f8d67e86125fa6a9da3ebe3 /emacs
parent4674dcbfd522ccb99186b0b9832af843276730c4 (diff)
downloadnew-dotfiles-c818008166296ad33452c5cc637ea47b99ce954d.tar.gz
new-dotfiles-c818008166296ad33452c5cc637ea47b99ce954d.zip
Enable bullets in org mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init/oni-org-init.org21
1 files changed, 21 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/oni-org-init.org b/emacs/.emacs.d/init/oni-org-init.org
index 36f7be3..8df48ad 100644
--- a/emacs/.emacs.d/init/oni-org-init.org
+++ b/emacs/.emacs.d/init/oni-org-init.org
@@ -23,6 +23,27 @@ Enable automatic text filling for org-mode.
(add-hook 'org-mode-hook 'auto-fill-mode)
#+END_SRC
+* Bullets
+
+ Show pretty bullets instead of the default asterisk characters.
+
+** Load the contrib module
+
+ Org bullets isn't loaded when Org mode is by default, so I should
+ do that here.
+
+ #+BEGIN_SRC emacs-lisp
+ (require 'org-bullets)
+ #+END_SRC
+
+** Enable bullets in Org mode
+
+ Enable =org-bullets-mode= whenever =org-mode= starts.
+
+ #+BEGIN_SRC emacs-lisp
+ (add-hook 'org-mode-hook 'org-bullets-mode)
+ #+END_SRC
+
* Org protocol
Load org-protocol to let external applications add information to