diff options
-rw-r--r-- | config.org | 5 |
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. | |||
367 | According to [[https://github.com/rolandwalker/unicode-fonts/issues/3][Issue #3]], there can be problems with =unicode-fonts-setup= | 367 | According to [[https://github.com/rolandwalker/unicode-fonts/issues/3][Issue #3]], there can be problems with =unicode-fonts-setup= |
368 | when using a daemon. Instead of forking this repo and merging [[https://github.com/rolandwalker/unicode-fonts/pull/4][PR #4]] | 368 | when using a daemon. Instead of forking this repo and merging [[https://github.com/rolandwalker/unicode-fonts/pull/4][PR #4]] |
369 | into my personal fork, I'll use the workaround described in the | 369 | into my personal fork, I'll use the workaround described in the |
370 | issue. Trying to un-fuck these packages by Roland Walker have been | 370 | issue. |
371 | enough 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 |