Skip to content

hardcoded paths #52

@Xylon2

Description

@Xylon2

I like to use chemacs2 to allow me to try out new emacs configs. However this config is incompatible due to hardcoded paths to ~/.emacs.d in these files:

  • init.el
  • customizations/ui.el
  • customizations/setup-clojure.el

Should be better to set it like this:
(expand-file-name "path" user-emacs-directory)

I notice that in editing.el you already do it like this which also works:
(concat user-emacs-directory "path")

Many thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions