diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-10 01:17:34 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-10 01:17:34 +0100 |
commit | a0b577ee2245598faefbf95d94c7032ace1c2f39 (patch) | |
tree | 32890338bf7a1022dccef6b8d93725bdfc5417dd /.dir-locals.el | |
parent | 8c25ce0104ea39e8cab0e13791b8e1f9e7365ca4 (diff) | |
download | dotfiles-a0b577ee2245598faefbf95d94c7032ace1c2f39.tar.gz dotfiles-a0b577ee2245598faefbf95d94c7032ace1c2f39.tar.bz2 dotfiles-a0b577ee2245598faefbf95d94c7032ace1c2f39.zip |
+dir local variable list
Added a default-header-arg for elisp in org-babel to turn off results,
as I use them often and I don't want them to be version controlled.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..6e0da2e --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,2 @@ +((nil . ((org-babel-default-header-args:elisp . ((:results . "none"))) + ))) |