summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index 9ebc855..4e9d6c6 100644 --- a/config.org +++ b/config.org
@@ -1410,6 +1410,14 @@ following in =cmd.exe= to set =$HOME= correctly:
1410 (setenv "GIT_ASKPASS" "git-gui--askpass") 1410 (setenv "GIT_ASKPASS" "git-gui--askpass")
1411#+end_src 1411#+end_src
1412 1412
1413**** Forge
1414
1415#+begin_src emacs-lisp :noweb-ref packages
1416 (straight-use-package 'forge)
1417 (with-eval-after-load 'magit
1418 (require 'forge))
1419#+end_src
1420
1413*** Git file modes 1421*** Git file modes
1414 1422
1415#+begin_src emacs-lisp :noweb-ref packages 1423#+begin_src emacs-lisp :noweb-ref packages
@@ -1683,6 +1691,7 @@ any data loss. Here's what all that looks like.
1683 (expand-file-name "Git/usr/bin" win-app-dir) 1691 (expand-file-name "Git/usr/bin" win-app-dir)
1684 (expand-file-name "Git/mingw64/bin" win-app-dir) 1692 (expand-file-name "Git/mingw64/bin" win-app-dir)
1685 (expand-file-name "Everything" win-app-dir) 1693 (expand-file-name "Everything" win-app-dir)
1694 (expand-file-name "Win-builds/bin" win-app-dir)
1686 ;; Linux 1695 ;; Linux
1687 (expand-file-name "bin" user-emacs-directory) 1696 (expand-file-name "bin" user-emacs-directory)
1688 (expand-file-name "~/bin") 1697 (expand-file-name "~/bin")