dotfiles

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

commit 7fd114f347b3d5c33fa72f785b45adb715136f5c
parent ee9153371ec41726e6d4f7e27adc15b728721e98
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 11 Jun 2017 01:57:59 +0300

Add orgnav mode

Diffstat:
Memacs/myinit.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -288,6 +288,13 @@ Org bullets makes things look pretty. :inbox "~/mine/orgmode/caldav-sync-tasks-inbox.org")))) #+END_SRC +*** orgnav + +#+BEGIN_SRC emacs-lisp + (use-package orgnav + :loader :elpa + ) +#+END_SRC ** Programming modes *** geiser