diff options
author | Alan Pearce | 2017-09-08 23:12:32 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 23:12:32 +0200 |
commit | 2036b1e56798d4ade05fee3475280ea7c111a591 (patch) | |
tree | 73545d555e1f1cd5ce1e4f8c0be39d5269d17833 /emacs/.emacs.d | |
parent | 6aa8ab5de3bb204b807348f192e3cbdd7311a656 (diff) | |
download | nixfiles-2036b1e56798d4ade05fee3475280ea7c111a591.tar.lz nixfiles-2036b1e56798d4ade05fee3475280ea7c111a591.tar.zst nixfiles-2036b1e56798d4ade05fee3475280ea7c111a591.zip |
Emacs: appease emacs-lisp-checkdoc
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index ea2712ea..5a665c72 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -4,6 +4,8 @@ ;; #+PROPERTY: results silent ;; #+PROPERTY: eval no-export ;; #+PROPERTY: header-args :comments link +;;; Commentary: +;;; This is my Emacs configuration. ;;; Header: ;; This is a living document, detailing my Emacs configuration using org-mode ;;; Code: |