No description
Find a file
Yann Esposito (Yogsototh) caeb0b1645
updated due to wakatime bugs
2016-11-21 10:19:07 +01:00
.spacemacs updated due to wakatime bugs 2016-11-21 10:19:07 +01:00
.spacemacs-secrets.el.gpg hipchat 2016-09-20 21:57:55 +02:00
ADD.dir-locals.el working with Haskell 2015-09-07 22:15:50 +02:00
README.md added wakatime and github 2016-04-21 14:52:49 +02:00

Spacemacs config

This spacemacs config file try to close the gap between my usual vim key bindings and general environment.

It focus on Haskell and Clojure development environment.

For example I use a lot the splited windows. You can navigate between them with C-w h, C-w j, C-w k and C-w l. I changed these key bindings by C-h, C-j, C-k, C-l.

I use wakatime

To use it too.

  1. Install wakatime (go to their website, mainly sudo pip install wakatime)
  2. Have GPG installed (you should create a private key and publish it)
  3. open ~/.spacemacs-secrets.el.gpg with spacemacs
  4. write something along (setq wakatime-token "YOUR_TOKEN_HERE")
  5. save the file, emacs should ask you which key to use to encrypt it
  6. Enjoy!