dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2b9ade3b24c74e1eddfea921e0dc30894d18d875
parent 5a361eeacc91e014848c24196b14d52073363ca7
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 15 Jan 2017 14:06:44 +0200

Change org-mode tree structure.

Diffstat:
Memacs/myinit.org | 27+++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -128,19 +128,6 @@ #+END_SRC * org-mode -** org-bullets - -Org bullets makes things look pretty. - -#+BEGIN_SRC emacs-lisp - (use-package org-bullets - :ensure t - :config - (add-hook 'org-mode-hook - (lambda () (org-bullets-mode 1)))) -#+END_SRC - -*** Customize - What is [0/4]: - [ ] org-export-html-postamble @@ -172,7 +159,7 @@ Org bullets makes things look pretty. (call-interactively 'org-babel-tangle)))) #+END_SRC -*** org-ref +** org-ref #+BEGIN_SRC emacs-lisp (use-package org-ref @@ -203,6 +190,18 @@ Org bullets makes things look pretty. "~/ownCloud/bibliography/helm-bibtex-notes") #+END_SRC +** org-bullets + +Org bullets makes things look pretty. + +#+BEGIN_SRC emacs-lisp + (use-package org-bullets + :ensure t + :config + (add-hook 'org-mode-hook + (lambda () (org-bullets-mode 1)))) +#+END_SRC + * Programming modes ** elisp