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 a3e18d38c8 ignore additional non-config files 4 years ago
.gitignore ignore additional non-config files 4 years ago
README.md initial commit 4 years ago
init.el initial commit 4 years ago
install-packages.el initial commit 4 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

  1. clone this repository to ~/.emacs.d
  2. call ~/.emacs.d/install-packages.el
  3. start Emacs, press M-x and execute the all-the-icons-install-fonts command

TODO

  • (semi-)automatically install missing packages (e.g. with use-package?)
  • surround commnd as in Spacemacs
  • 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, ...)
  • disable welcome buffer (or put something funnt there)