Created
November 17, 2018 08:06
-
-
Save maclunar/8de57e654b8fed7a0d78b8a89bca0269 to your computer and use it in GitHub Desktop.
This file contains 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. | |
This is the place where most of your configurations should be done. Unless it is | |
explicitly specified that a variable should be set before a package is loaded, | |
you should place your code here." | |
;; I need my Polish characters | |
(setq mac-right-option-modifier nil) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment