Guest User

Untitled

a guest
Nov 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. (defun dotspacemacs/user-config ()
  2. "Configuration function for user code.
  3. This function is called at the very end of Spacemacs initialization after
  4. layers configuration.
  5. This is the place where most of your configurations should be done. Unless it is
  6. explicitly specified that a variable should be set before a package is loaded,
  7. you should place your code here."
  8. ;; I need my Polish characters
  9. (setq mac-right-option-modifier nil)
  10. )
Add Comment
Please, Sign In to add comment