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:48:08 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-19 09:48:08 +0100
commit5cf065705be411a383ba35bf432497ad23205354 (patch)
tree6a6224d0a9ca327b2256b5fbaf2173cf4c6015d0 /.emacs.d/init.el
parentfdf75121d94b5e923b6bfb6afe1f84c44a65af9a (diff)
downloaddotfiles-5cf065705be411a383ba35bf432497ad23205354.tar.gz
Fix eldoc
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 15ac783..a8734ec 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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))