dotfiles

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

commit d940d20ccd2c968198f1f4c5df804f71b9f3c45c
parent 662ad17ba149267ea468a12055dcd079d6131f3a
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 17 Jun 2017 14:10:56 +0300

Fix orgnav package loading

Diffstat:
Memacs/myinit.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -291,7 +291,7 @@ Org bullets makes things look pretty. *** orgnav #+BEGIN_SRC emacs-lisp - (use-package orgnav + (req-package orgnav :loader :elpa ) #+END_SRC