add non-portable vc-got thing TODO update load-path

This commit is contained in:
Aaron Bieber 2021-10-02 08:37:32 -06:00
parent e111cc2c4b
commit 62d39a8d18

View File

@ -1456,3 +1456,14 @@ Custom agenda commands for various things.
(org-agenda-ndays 7)
(org-agenda-log-mode-items '(state))))))
#+end_src
** GOT
#+begin_src emacs-lisp
(use-package vc-got
:load-path "/home/qbit/.emacs.d/site-lisp/vc-got-1.0/"
:defer t
:init
(add-to-list 'vc-handled-backends 'Got)
(add-to-list 'vc-directory-exclusion-list ".got"))
#+end_src