Fix eldoc

This commit is contained in:
David Morgan 2023-05-19 09:48:08 +01:00
parent fdf75121d9
commit 5cf065705b
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(defgroup djm nil
"Custom variables added by me"
:group 'convenience)
"Custom variables added by me."
: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))