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.
|
6 years ago | |
---|---|---|
.spacemacs | 6 years ago | |
.spacemacs-secrets.el.gpg | 7 years ago | |
ADD.dir-locals.el | 8 years ago | |
README.md | 6 years ago |
README.md
This repository is deprecated in favor of dotfiles
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.
- Install wakatime (go to their website, mainly
sudo pip install wakatime
) - Have GPG installed (you should create a private key and publish it)
- open
~/.spacemacs-secrets.el.gpg
with spacemacs - write something along
(setq wakatime-token "YOUR_TOKEN_HERE")
- save the file, emacs should ask you which key to use to encrypt it
- Enjoy!