summaryrefslogtreecommitdiffstats
path: root/lisp/init-lisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-lisp.el')
-rw-r--r--lisp/init-lisp.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/init-lisp.el b/lisp/init-lisp.el
index 8c1eddb..0bb2233 100644
--- a/lisp/init-lisp.el
+++ b/lisp/init-lisp.el
@@ -1,3 +1,7 @@
+;;; init-lisp.el --- configure lisp language support
+;;; Commentary:
+;;; Code:
+
(use-package paredit
:ensure t
:config
@@ -10,3 +14,5 @@
:diminish)
(provide 'init-lisp)
+
+;;; init-lisp.el ends here