From 77b4d65e6436e52897ec2783ab76485f5a76143a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 6 Jul 2020 17:28:40 -0700 Subject: [PATCH] [Emacs] Remove straight-transaction as it is no longer needed --- dotfiles/emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 5f4c8fad..1e601071 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -72,8 +72,7 @@ (let ((debug-on-error t)) (org-babel-load-file - (straight-transaction - (concat (file-name-directory load-file-name) "README.org")))) + (concat (file-name-directory load-file-name) "README.org"))) (when imalison:do-benchmark (benchmark-init/deactivate))