mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +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-command-modifier 'meta
|
||||
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
|
||||
|
||||
** Require
|
||||
|
Loading…
Reference in New Issue
Block a user