diff --git a/VERSION b/VERSION index e4ecad26..a6b16040 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.11.4 \ No newline at end of file +8.12.0 \ No newline at end of file diff --git a/config/dunst.nix b/config/dunst.nix index b60e93ea..1d4e0c13 100644 --- a/config/dunst.nix +++ b/config/dunst.nix @@ -10,7 +10,7 @@ }; settings = { global = { - font = "Iosevka Nerd Font 10"; + font = "Iosevka Custom 10"; markup = "yes"; plain_text = "no"; format = "%s\\n%b"; diff --git a/config/emacs/init.el b/config/emacs/init.el index 9dc57e81..c4198eac 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -5,7 +5,7 @@ (menu-bar-mode 0) (scroll-bar-mode 0) (tool-bar-mode 0) -(set-face-attribute 'default t :family "Iosevka Nerd Font Mono" :height 110) +(set-face-attribute 'default t :family "Iosevka Custom" :height 110) (require 'package) (setq-default frames-only-mode t indent-tabs-mode nil @@ -133,6 +133,17 @@ Null prefix argument turns off the mode." (use-package hl-todo :demand :config (global-hl-todo-mode t)) +(use-package ligature + :config + (ligature-set-ligatures + 'prog-mode + '("-<<" "-<" "-<-" "<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->" "->-" ">-" ">>-" + "=<<" "=<" "=<=" "<==" "<<=" "<=" "=>" "=>>" "==>" "===>" "=>=" ">=" ">>=" + "<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::" "__" + "<~~" "" "/>" "~~>" "==" "!=" "/=" "~=" "<>" "===" "!==" "!===" "=/=" "=!=" + "<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "<." "<.>" ".>" "+*" "=*" "=:" ":>" + "(*" "*)" "/*" "*/" "[|" "|]" "{|" "|}" "++" "+++" "\\/" "/\\" "|-" "-|" "" "--->" "->-" ">-" ">>-" + "=@<<" "=<" "=<=" "<==" "@<<=" "<=" "=>" "=>>" "==>" "===>" "=>=" ">=" ">>=" + "<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::" "__" + "<~~" "" "/>" "~~>" "==" "!=" "/=" "~=" "<>" "===" "!==" "!===" "=/=" "=!=" + "<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "<." "<.>" ".>" "+*" "=*" "=:" ":>" + "(*" "*)" "/*" "*/" "[|" "|]" "{|" "|}" "++" "+++" "\\/" "/\\" "|-" "-|" "