From 0577ce9dc69fea57a5c5ead1da02c8e9a543e992 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 1 Oct 2020 16:28:25 +0200 Subject: [PATCH] Added notes on how to properly install doom emacs. --- .../Dokumente/windows-desktop/emacs.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/arch-config/Dokumente/windows-desktop/emacs.md b/arch-config/Dokumente/windows-desktop/emacs.md index e8fbb9cb..52838162 100644 --- a/arch-config/Dokumente/windows-desktop/emacs.md +++ b/arch-config/Dokumente/windows-desktop/emacs.md @@ -7,7 +7,17 @@ Go to the [git homepage](https://git-scm.com/) and install it. ## emacs Go to the [emacs homepage](https://www.gnu.org/software/emacs/) and install it. -Add the `\emacs\bin` directory to your PATH in the environment variables. +Add the `\emacs\x86_84\bin` directory to your PATH in the environment variables. + +### Shortcut + +Create a shortcut to `\emacs\x86_64\bin\runemacs.exe` + +## HOME + +Add the path to your home to the environment variables. + +New variable -> HOME -> `C:\Users\` ## doom-emacs @@ -19,11 +29,7 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install ``` -Doom emacs can now be called from git cmd and git bash. -To create a shortcut enter the following in target: -``` - --cd-to-home -- start emacs -``` -The icon can optionally be changed to the emacs logo by selecting a different symbol and navigating to the emacs.exe +Add `C:\Users\\.emacs.d\bin` to your PATH. *Currently doesn't show emotes* +*Missing ripgrep and fs*