Tip regarding option on international keyboards

More config information regarding option on international keyboards.
This commit is contained in:
Marco Paga 2016-02-22 22:28:48 +01:00 committed by Eivind Fonn
parent d45467b17e
commit 5ded426431
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ for e.g. Finnish and Swedish keyboard layouts, you'll probably want to leave the
(osx :variables osx-use-option-as-meta nil)))
#+END_SRC
If you have problem entering symbols that are behind the ~⌥~ key you may want to added this to the user-init in the .spacemacs-File. This will allow you to use the right ~⌥~ key to write symbols. The left ~⌥~ key can be used as the Meta key.
#+BEGIN_SRC emacs-lisp
(setq-default mac-right-option-modifier nil)
#+END_SRC
** Coreutils
To get =gls= install coreutils homebrew: