Skip to content

FreerGit/emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Download the repo and symlink the init.el file from .emacs.d directory

Swap left alt and left ctrl

Use your left thumb for ctrl (C-) and right thumb for alt (M-)

foo@bar:~$ setxkbmap -option ctrl:swap_lalt_lctl

You can also just add the command to your .profile (or similar)

Rust

To install rust-analyzer

foo@bar:~$ git clone https://github.com/rust-analyzer/rust-analyzer.git -b release
foo@bar:~$ cd rust-analyzer
foo@bar:~$ cargo xtask install --server # will install into $HOME/.cargo/bin

About

My emacs dot file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published