From 8c5ef7e3ec96c8c94005cbccd5c502f0613b0004 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 11 Jun 2017 13:44:58 +0200 Subject: [PATCH] Support font ligatures on Mac OS X --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 71af235..78b2146 100644 --- a/init.org +++ b/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