mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Support font ligatures on Mac OS X
This commit is contained in:
parent
ef21fdc7ec
commit
8c5ef7e3ec
4
init.org
4
init.org
@ -222,7 +222,9 @@
|
|||||||
mac-option-modifier nil
|
mac-option-modifier nil
|
||||||
mac-command-modifier 'meta
|
mac-command-modifier 'meta
|
||||||
x-select-enable-clipboard t)
|
x-select-enable-clipboard t)
|
||||||
(exec-path-from-shell-initialize))
|
(exec-path-from-shell-initialize)
|
||||||
|
(when (fboundp 'mac-auto-operator-composition-mode)
|
||||||
|
(mac-auto-operator-composition-mode 1)))'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Require
|
** Require
|
||||||
|
Loading…
Reference in New Issue
Block a user