diff --git a/README.org b/README.org index 1b867d6..ec943f6 100644 --- a/README.org +++ b/README.org @@ -236,10 +236,10 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (add-to-list 'initial-frame-alist '(width . 120)) (add-to-list 'initial-frame-alist '(height . 80)) (add-to-list 'initial-frame-alist '(alpha-background . 80)) - (add-to-list 'initial-frame-alist '(font . "Iosevka Nerd Font-14")) + (add-to-list 'initial-frame-alist '(font . "Iosevka Nerd Font-16")) (add-to-list 'default-frame-alist '(alpha-background . 80)) - (add-to-list 'default-frame-alist '(font . "Iosevka Nerd Font-14")) + (add-to-list 'default-frame-alist '(font . "Iosevka Nerd Font-16")) ;; Theme (use-package modus-themes @@ -294,6 +294,22 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (keymap-global-set "C-c i n" #'nerd-icons-insert) #+end_src +*** TODO Font ligatures +#+begin_src emacs-lisp + (use-package ligature + :ensure t + :diminish + :config + (ligature-set-ligatures + '(text-mode prog-mode org-mode) + '("<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->" + "<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>" + "<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::" + "<~~" "" "/>" "~~>" "==" "!=" "<>" "===" "!==" "!===" + "<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+*" "=*" "=:" ":>" + "/*" "*/" "+++" "" "--->" - "<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>" - "<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::" - "<~~" "" "/>" "~~>" "==" "!=" "<>" "===" "!==" "!===" - "<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+*" "=*" "=:" ":>" - "/*" "*/" "+++" "