aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-11 00:57:33 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-11 00:57:33 +0100
commit9f2c086dfdddc2eef37abf2fa17098bb1892c617 (patch)
treee42791cf68d9d7b51ff95c483ad293c4b9639a6a /.gitignore
parent4641546f065f497b030c3dd09466884eee8a6feb (diff)
downloaddotfiles-9f2c086dfdddc2eef37abf2fa17098bb1892c617.tar.gz
dotfiles-9f2c086dfdddc2eef37abf2fa17098bb1892c617.tar.bz2
dotfiles-9f2c086dfdddc2eef37abf2fa17098bb1892c617.zip
~literate config -> org-babel-load-*
Basically, instead of generating files at every save on Emacs, just load them via org-babel-load-file. This means that I can rely on those functions to compile and manage org file to elisp file conversions. This happens at first run time, and will not compile org files to el files if there have been no changes to the org files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6ca9d51..62cde3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
TAGS
-Doom/.doom.d/bin/*.el
mpd/*
ncmpcpp/*
Emacs/.config/emacs/transient/*
Emacs/.config/emacs/straight/*
+/Doom/.doom.d/org/*.el