Browse Source

undo changes for server-auth-dir because magit

master
marc 2 weeks ago
parent
commit
1bf8c9233f
1 changed files with 3 additions and 1 deletions
  1. 4
      config.org

4
config.org

@ -142,7 +142,9 @@ https://blog.d46.us/advanced-emacs-startup/
(setq nsm-settings-file (concat MY--PATH_USER_LOCAL "network-security.data"))
(setq lsp-session-file (concat MY--PATH_USER_LOCAL ".lsp-session-v1"))
(setq svg-lib-icons-dir (concat MY--PATH_USER_LOCAL "svg-lib/"))
(setq server-auth-dir (concat MY--PATH_USER_LOCAL "server/"))
;;causes trouble with magit when trying to commit.
;;on linux this folder does not even exist
;;(setq server-auth-dir (concat MY--PATH_USER_LOCAL "server/"))
#+end_src

Loading…
Cancel
Save