You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fr3deric
bc22ea503c
|
5 years ago | |
---|---|---|
.gitignore | 5 years ago | |
README.md | 5 years ago | |
init.el | 5 years ago | |
install-packages.el | 5 years ago |
README.md
Emacs Configuration
This is an attempt to learn about Emacs and its ecosystem by creating a custom configuration from scratch.
Installation
- clone this repository to
~/.emacs.d
- call
~/.emacs.d/install-packages.el
- start Emacs, press
M-x
and execute theall-the-icons-install-fonts
command
TODO
- (semi-)automatically install missing packages (e.g. with
use-package
?) - improve completion/navigation when chosing files
- find a buffer switcher
- hilight trailing whitespace
- configure custom (?) menus (with leader key) for things:
- toggle features (fci, whitespace-mode, ...)
- make
C-x
(and others) accessible viaSPC x
- disable welcome buffer (or put something funnt there)
- themed right-click menus
- disable line numbers in treemacs buffer
- update diff-hl after committing things with magit
- enable which-key completions and ido in dired-mode