;; Make sure that UTF-8 is *ALWAYS* the default encoding. (set-charset-priority 'unicode) (prefer-coding-system 'utf-8-unix) ;; Prettify symbols (eg. lambda -> λ). (global-prettify-symbols-mode)