dotfiles

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

commit a5d96d12dc145d6c382d8416c5ba225864fa9cc9
parent 7fd114f347b3d5c33fa72f785b45adb715136f5c
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 17 Jun 2017 13:18:09 +0300

Add vc-fossil

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

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -510,6 +510,14 @@ should try first. ) #+END_SRC +*** vc-fossil + +#+BEGIN_SRC emacs-lisp + (req-package vc-fossil + :loader :elpa + ) +#+END_SRC + *** flycheck #+BEGIN_SRC emacs-lisp