diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-30 07:26:44 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | ba80198a569564e3457aaed35978c03ace6363d7 (patch) | |
tree | be02b1ec0fd4f9ec66cc6695dd3a4e15824929ac /Doom/.doom.d/org/config.org | |
parent | 2e91b3831c57fb63eebdb26455dcd76930d4375b (diff) | |
download | dotfiles-ba80198a569564e3457aaed35978c03ace6363d7.tar.gz dotfiles-ba80198a569564e3457aaed35978c03ace6363d7.tar.bz2 dotfiles-ba80198a569564e3457aaed35978c03ace6363d7.zip |
~Header args option to stop results output
This is so my codeblocks don't clutter the org file.
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r-- | Doom/.doom.d/org/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index 8783575..3dff55d 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -1,6 +1,7 @@ #+TITLE: Oreodave's Emacs configuration #+AUTHOR: Oreodave #+DESCRIPTION: My Doom Emacs configuration! +#+PROPERTY: header-args :results none * Preclude - This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration. |