Skip to content

'Just enough' emacs configuration with minimal external packages

License

Notifications You must be signed in to change notification settings

sahwar/ample-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ample-emacs

Banner

Docker Automated Docker Stars Docker Pulls Docker Layers
License Join the chat at https://gitter.im/myTerminal/ample-emacs

'Just enough' emacs configuration with minimal external packages, also on Docker.

Setup

Clone the repository with

git clone https://github.com/myTerminal/ample-emacs

or download the repository as an archive and place it at your home directory. Once done, start Emacs to find ample-emacs.

Docker

Pull ample-emacs docker image and start emacs

docker pull myterminal/ample-emacs

Features

  • Minimal interface with almost everything except the window turned off
  • The dark wombat theme applied by default, with a readable font-size
  • ido-mode enabled to save you precious key-strokes at many places
  • Navigation through buffers simplified with winner and windmove.
  • No more welcome screen, Emacs starts up to greet you and shows the date
  • Only a few included standalone packages, with no dependency on external package archives
  • Reload file in a buffer quickly with <f5>
  • Some more configuration to improve usability

Pre-configured packages

  • multiple-cursors to be able to edit text in style
  • which-key to be suggested with what you can do after pressing C-x
  • ivy (along with counsel and swiper) to make your life easy in general

Key-bindings

Refer key-bindings.el for all the pre-configured key-bindings for your convenience.

References

If you are looking for a configuration with super-powers, try super-emacs.

About

'Just enough' emacs configuration with minimal external packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 99.9%
  • Dockerfile 0.1%