Merge branch 'master' of github.com:qbit/dotconf
This commit is contained in:
commit
9164ad9c98
@ -36,7 +36,7 @@
|
||||
(require 'ob-tangle)
|
||||
|
||||
(defun load-org-config ()
|
||||
;; this is a convenience function to parse the my literate config.
|
||||
"Reprocess org based configuration files."
|
||||
(interactive)
|
||||
(mapc #'org-babel-load-file (directory-files emacs-dir t "\\.org$")))
|
||||
|
||||
|
@ -1464,10 +1464,12 @@ Custom agenda commands for various things.
|
||||
** 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"))
|
||||
(setq vc-got-dir (expand-file-name "~/.emacs.d/site-lisp/vc-got-1.0"))
|
||||
(if (file-directory-p vc-got-dir)
|
||||
(use-package vc-got
|
||||
:load-path vc-got-dir
|
||||
:defer t
|
||||
:init
|
||||
(add-to-list 'vc-handled-backends 'Got)
|
||||
(add-to-list 'vc-directory-exclusion-list ".got")))
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user