From 8349545c8ff27c40b8f4cec1f991cbd56be1c53f Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 8 Mar 2023 11:40:54 +0100 Subject: [PATCH] small bug --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index e067b25..21b4da2 100644 --- a/config.org +++ b/config.org @@ -1471,8 +1471,8 @@ If nil it defaults to `split-string-default-separators', normally (use-package emacsql-sqlite3 :ensure t :init - (setq emacsql-sqlite3-binary "P:/Tools/sqlite/sqlite3.exe") - exec-path (append exec-path '("P:/Tools/sqlite"))) + (setq emacsql-sqlite3-binary "P:/Tools/sqlite/sqlite3.exe" + exec-path (append exec-path '("P:/Tools/sqlite")))) (use-package org-roam :requires emacsql-sqlite3