summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-23 12:48:44 -0600
committerAshley Duckworth2021-01-23 12:48:44 -0600
commit0e36933f2990fd93775d2ad890ac5c2c432b5d96 (patch)
tree9a5c66ce6fcbcc2385a46cb2bfe95ea1ee1d11e0 /early-init.el
parentSetup (ma)git for windows (diff)
downloademacs-0e36933f2990fd93775d2ad890ac5c2c432b5d96.tar.gz
emacs-0e36933f2990fd93775d2ad890ac5c2c432b5d96.zip
Add Forge
Forge stores its information in an SQLite database, and on Windows,
that's not just available.  I found a solution in Win Builds
(http://win-builds.org/doku.php), though I think I could've just
downloaded a gcc binary and added that to my PATH, or something.  It
probably requires further research.  Anyway, that's why the exec-path
is updated as well.
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index f9486ff..1c2492e 100644 --- a/early-init.el +++ b/early-init.el
@@ -23,6 +23,7 @@
23 (expand-file-name "Git/usr/bin" win-app-dir) 23 (expand-file-name "Git/usr/bin" win-app-dir)
24 (expand-file-name "Git/mingw64/bin" win-app-dir) 24 (expand-file-name "Git/mingw64/bin" win-app-dir)
25 (expand-file-name "Everything" win-app-dir) 25 (expand-file-name "Everything" win-app-dir)
26 (expand-file-name "Win-builds/bin" win-app-dir)
26 ;; Linux 27 ;; Linux
27 (expand-file-name "bin" user-emacs-directory) 28 (expand-file-name "bin" user-emacs-directory)
28 (expand-file-name "~/bin") 29 (expand-file-name "~/bin")