summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-23 16:01:19 -0600
committerAshley Duckworth2021-01-23 16:01:19 -0600
commit4160578c69ca3fcfd81ad8fc6ef32869f02e5e75 (patch)
treea10fd2f21649c7ceb157fe9ba0b1f24328f07ad7 /config.org
parentChange the variable to a hook (diff)
downloademacs-4160578c69ca3fcfd81ad8fc6ef32869f02e5e75.tar.gz
emacs-4160578c69ca3fcfd81ad8fc6ef32869f02e5e75.zip
Change credential-helper to store
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.org b/config.org index 20a0754..598d1d5 100644 --- a/config.org +++ b/config.org
@@ -367,8 +367,7 @@ to stay hopeful.
367According to [[https://github.com/rolandwalker/unicode-fonts/issues/3][Issue #3]], there can be problems with =unicode-fonts-setup= 367According to [[https://github.com/rolandwalker/unicode-fonts/issues/3][Issue #3]], there can be problems with =unicode-fonts-setup=
368when using a daemon. Instead of forking this repo and merging [[https://github.com/rolandwalker/unicode-fonts/pull/4][PR #4]] 368when using a daemon. Instead of forking this repo and merging [[https://github.com/rolandwalker/unicode-fonts/pull/4][PR #4]]
369into my personal fork, I'll use the workaround described in the 369into my personal fork, I'll use the workaround described in the
370issue. Trying to un-fuck these packages by Roland Walker have been 370issue.
371enough work today.
372 371
373#+begin_src emacs-lisp :noweb-ref hooks 372#+begin_src emacs-lisp :noweb-ref hooks
374 (defun hook--unicode-fonts-setup (frame) 373 (defun hook--unicode-fonts-setup (frame)
@@ -1476,7 +1475,7 @@ following in =cmd.exe= to set =$HOME= correctly:
1476/and/ run /this/ command to setup a git credential helper: 1475/and/ run /this/ command to setup a git credential helper:
1477 1476
1478#+begin_src sh 1477#+begin_src sh
1479 git config --global credential.helper wincred 1478 git config --global credential.helper store
1480#+end_src 1479#+end_src
1481 1480
1482#+begin_src emacs-lisp :noweb-ref settings 1481#+begin_src emacs-lisp :noweb-ref settings