Advertisement
Gordin

Untitled

Dec 6th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.36 KB | None | 0 0
  1. (setq-default
  2.  ;; Default theme applied at startup
  3.  dotspacemacs-default-theme 'monokai)
  4.  
  5. (defun dotspacemacs/config ()
  6.   "This is were you can ultimately override default Spacemacs configuration.
  7.  This function is called at the very end of Spacemacs initialization."
  8.   (setq-default evil-leader/leader ",")
  9.   (setq powerline-default-separator 'wave)
  10.   )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement