diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-29 17:22:48 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-29 17:22:48 +0100 |
commit | 807d34f2c7246c3458f20fd897ed9021019f17ff (patch) | |
tree | 1e42385ede8ff3594fafb83a429809eaef641f10 /Emacs | |
parent | badc07c2ee680cdb79887aea61e716e1f0f250d9 (diff) | |
download | dotfiles-807d34f2c7246c3458f20fd897ed9021019f17ff.tar.gz dotfiles-807d34f2c7246c3458f20fd897ed9021019f17ff.tar.bz2 dotfiles-807d34f2c7246c3458f20fd897ed9021019f17ff.zip |
(Emacs)~correct :comment -> :comments
This is the correct header-argument to produce comments in the output
file. Useful for back referencing.
Diffstat (limited to 'Emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 407b080..2366a30 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1,7 +1,7 @@ #+title: Emacs configuration #+author: Oreodave #+description: My new Emacs configuration -#+property: header-args:emacs-lisp :tangle config.el :comment link +#+property: header-args:emacs-lisp :tangle config.el :comments link #+options: toc:nil #+begin_center |