From 472f60b770978368d974ea9ceb0fed8e118d7f98 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 25 Oct 2016 12:11:58 -0700 Subject: [PATCH] [Emacs] Fix background colors link --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 73a799f4..16e7df7b 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -31,7 +31,7 @@ document) takes you to http://ivanmalison.github.io/dotfiles/#usemyowndefaultnam In case you haven't noticed, that is where you should go grab the code that does this. **** Set Background Color Source Blocks -For some reason, org-mode uses all of your currently active fontification when exporting EXCEPT for background color. [[setbackgroundcolorofsourceblocksforexport][This]] modification fixes this. +For some reason, org-mode uses all of your currently active fontification when exporting EXCEPT for background color. [[Set Background Color of Source Blocks for Export][This]] modification fixes this. *** [[Functions][My functions section]] ...has a bunch of generally useful functions: + [[downloadfile][Download a file into a buffer]] (curl straight into a file)