Skip to content

ronnieholm/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

On Linux

$ git clone https://github.com/ronnieholm/dotfiles.git
$ ln -s ~/git/dotfiles/emacs/ ~/.emacs.d

For Emacs to pickup dotnet for language server, run

$ export DOTNET_ROOT="$(dirname $(which dotnet))"

On Windows

$ git clone https://github.com/ronnieholm/dotfiles.git
$ cmd /c "mklink /j c:\users\rh\downloads\emacs-27.1-x86_64\.emacs.d c:\users\rh\source\repos\dotfiles\emacs"
$ C:\Windows\System32\cmd.exe /C "set HOME=c:\users\rh\downloads\emacs-27.1-x86_64&&c:\users\rh\downloads\emacs-27.1-x86_64\bin\runemacs.exe"

About

Emacs configuration for use on Windows and Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published