Skip to content

Instantly share code, notes, and snippets.

@rafael
Created February 10, 2016 07:31
Show Gist options
  • Save rafael/d4b9313c89a6745e8a2f to your computer and use it in GitHub Desktop.
Save rafael/d4b9313c89a6745e8a2f to your computer and use it in GitHub Desktop.
(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