From 6abd27b7b58d0be40f9c172a59861a31e9ce331c Mon Sep 17 00:00:00 2001 From: Andrea Crotti Date: Fri, 12 Mar 2021 09:44:50 +0000 Subject: [PATCH] fix config name --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index bfa8700..70b9654 100644 --- a/README.org +++ b/README.org @@ -9,5 +9,5 @@ This configuration uses use-package heavily, configured mostly for Clojure devel - git submodule update --init - create an optional *custom.el* file for your own customization (which gets loaded for last) - Create or modify your *.emacs* in your $HOME with the following: - + (setq base "~/Emacs-configuration/") + + (setq base "~/Emacs-Configuration/") + (load (concat base "ca-init.el"))