https://github.com/imryche/emacs.d
My Emacs configuration
https://github.com/imryche/emacs.d
elisp emacs emacs-configuration emacs-initialization emacs-keybindings
Last synced: 7 days ago
JSON representation
My Emacs configuration
- Host: GitHub
- URL: https://github.com/imryche/emacs.d
- Owner: imryche
- License: mit
- Created: 2019-10-14T18:47:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T18:57:57.000Z (over 2 years ago)
- Last Synced: 2023-03-05T20:56:26.108Z (about 2 years ago)
- Topics: elisp, emacs, emacs-configuration, emacs-initialization, emacs-keybindings
- Language: Emacs Lisp
- Size: 583 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emacs configuration
This is my Emacs configuration that I continuously use and improve to
meet my programming and text editing needs.
# Summary
My goal is to keep this configuration as minimal as possible while
providing a fast editing experience and extensive support for the
programming languages I use.# Installation
## Install Emacs
It runs smoothly on Emacs 27.2.
```bash
brew tap d12frosted/emacs-plus
brew install emacs-plus@27 --with-elrumo2-icon
```## Install dependencies
Ripgrep for blazingly fast recursive search in a directory:
```bash
brew install ripgrep
```Coreutils for GNU like utilities. This config uses `gls` with `--group-directories-first` as directory program for `dired`:
```bash
brew install coreutils
```## Install configuration
Clone this repo to `~/.emacs.d` directory. Launch Emacs and wait for several minutes:
```bash
git clone [email protected]:imryche/emacs.d.git ~/.emacs.d
```# Prepare keyboard
## Remap Caps Lock
Configure your keyboard, so your `Caps Lock` is `Left Ctrl`. Go to
System Preferences -> Keyboard -> Modifier Keys.## Arrow keys on the home row
Arrow keys are essential for navigation in modern applications,
but their location on most keyboards looks like an afterthought that
forces you to move your palm back and forth frequently.To make workflow more consistent, I think it's a good idea to make
`Ctrl+hjkl` combination act as arrow keys.Karabiner-Elements can help with this task:
```bash
brew install --cask karabiner-elements
```Search for `ctrl + hjkl`
[here](https://ke-complex-modifications.pqrs.org/?q=ctrl%20%2B%20hjkl) to install the
modification.