27
loading...
This website collects cookies to deliver better user experience
$ pacman -S mingw-w64-x86_64-emacs
.emacs.d
or if you are using MSYS2 the configuration files are in C:/Users/Scarlett/AppData/Roaming/
$ mv .\.emacs.d\ .\.emacs.d.old
User Variables
section→ Click on New button… → Set HOME to the variable name and set your path user C:\Users\USERNAME
to variable value → Finally click on OKC:\msys64\mingw64\bin (MSYS2)
or C:\ProgramFiles\Emacs\x86_64\bin (Executable)
C:\path\to\the\ripgrep
directoryC:\path\to\the\fd
directoryNote: You don’t need to restart the system but the console (MSYS2, git bash, powershell…)
$ git clone https://github.com/hlissner/doom-emacs .emacs.d
$ ~/.emacs.d/bin/doom install
Note: If the powershell or gitbash prompt: fatal: destination path 'C:/Users/Scarlett/.emacs.d' already exists and is not an empty directory.
We need to remove the .emacs.d
directory
$ ~/.emacs.d/bin/doom sync
C:/Users/your user/AppData/Roaming/
directory, clone and install doom:$ git clone https://github.com/hlissner/doom-emacs .emacs.d
$ .emacs.d/bin/doom install
$ .emacs.d/bin/doom sync
emacs
command, and it will display vanilla Emacs:$ emacs
.emacs.d
directory created when we ran Emacs:$ rm C:\Users\USER\.emacs.d\
$ mklink /j "C:\Users\USER\.emacs.d" "C:\Users\USER\AppData\Roaming\.emacs.d"
all-the-icons-install-fonts
I hope this post has allowed you to start exploring the Emacs world.
Thanks For Reading, Follow Me For More
27