Created
February 10, 2016 07:31
-
-
Save rafael/d4b9313c89a6745e8a2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun dotspacemacs/user-config () | |
"Configuration function for user code. | |
This function is called at the very end of Spacemacs initialization after | |
layers configuration. You are free to put any user code." | |
(spacemacs/toggle-evil-cleverparens-on) | |
(setq projectile-globally-ignored-files '(".ensime_cache")) | |
(define-key evil-normal-state-map (kbd "SPC SPC") 'avy-goto-char) | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment