about summary refs log tree commit diff stats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-05-19 09:47:50 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-19 09:47:50 +0100
commitfdf75121d94b5e923b6bfb6afe1f84c44a65af9a (patch)
tree93001314c1affbe315166414ad208bebc62fcc5f /.emacs.d/init.el
parentc2c3d964886881264aa053783313cde71fd7ea93 (diff)
downloaddotfiles-fdf75121d94b5e923b6bfb6afe1f84c44a65af9a.tar.gz
Add missed change for git-related
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 5fa7b0f..15ac783 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -17,6 +17,7 @@
  :group 'convenience)
 
 (add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory))
+(add-to-list 'load-path (expand-file-name "contrib" user-emacs-directory))
 
 (add-hook 'emacs-startup-hook
           (lambda ()