all repos — nixfiles @ 967d4abeb9be21ed2d9f7dcb4025cc8f0dc61a82

System and user configuration, managed by nix and home-manager

Emacs: Use mac-auto-operator-composition-mode on mac-port

Alan Pearce
commit

967d4abeb9be21ed2d9f7dcb4025cc8f0dc61a82

parent

4d72527ee9f7ba3a5b9ee5b978987e13189a4b8f

1 file changed, 5 insertions(+), 2 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -259,10 +259,13 @@ (t . 1)))
#+END_SRC Make symbols prettier. Turns out, in many cases, this is already -configured, just not enabled. +configured, just not enabled. If using the mac-port version of Emacs, +it has it's own, more extensive version. #+BEGIN_SRC emacs-lisp -(global-prettify-symbols-mode +1) +(if (eq window-system 'mac) + (mac-auto-operator-composition-mode +1) + (global-prettify-symbols-mode +1)) #+END_SRC ** Page Breaks