Browse Source

moved projects to user-local

master
Marc 2 weeks ago
parent
commit
7a94a22790
2 changed files with 2 additions and 0 deletions
  1. 1
      .gitignore
  2. 1
      config.org

1
.gitignore

@ -5,3 +5,4 @@
/transient/ /transient/
/auto-save-list/ /auto-save-list/
/init.shell /init.shell
/elpaca/

1
config.org

@ -2225,6 +2225,7 @@ npm install -g prettier
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package project (use-package project
:custom :custom
(project-list-file (concat MY--PATH_USER_LOCAL "projects"))
(project-vc-extra-root-markers '(".project.el" ".project" ))) (project-vc-extra-root-markers '(".project.el" ".project" )))
#+end_src #+end_src

Loading…
Cancel
Save