From 6543ee8b0d463a16d1ceba982019d92a2d104e5a Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 13 Jul 2025 23:26:11 +0100 Subject: emacs: Enable Electric Quote mode in Org --- emacs/early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/early-init.el') diff --git a/emacs/early-init.el b/emacs/early-init.el index 7236069..e409804 100644 --- a/emacs/early-init.el +++ b/emacs/early-init.el @@ -8,7 +8,7 @@ ;; Helper Loading Functions (defun my/load-file (filename) - "Load FILENAME if it exists within the dotfiles directory." + "Load FILENAME if it exists within ‘my/dotfiles-directory’." (load (concat my/dotfiles-directory (substitute-in-file-name filename)) :no-error)) -- cgit v1.2.3-70-g09d2