Skip to content

Commit

Permalink
fix config name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Mar 12, 2021
1 parent beef9aa commit 6abd27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -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"))

0 comments on commit 6abd27b

Please sign in to comment.