Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.13 KB

README.org

File metadata and controls

29 lines (23 loc) · 1.13 KB

Emacs configuration

My everyday workflow is based on my emacs configuration. Appearance follows spacemacs (spacemacs-theme and spaceline). I use it to code/write (mainly in Python, C++, bash, SWIG, tex, org) but also for agenda planning and task management, version control, remote access, terminal emulation, and more applications that I find useful. And probably more in the future. Keep improving fast movement and efficient key bindings is part of the process, too.

Setup

If you want to try this configuration:

First, clone the repository.

git clone [email protected]:AdrienWehrle/dot-emacs.git

Backup your old ~/.emacs.d and ~/.emacs-file (if necessary).

mv ~/.emacs.d ~/.emacs.d-bak
mv ~/.emacs ~/.emacs-bak

And finally, make this configuration operational.

mv dot-emacs ~/.emacs.d