From a45839d0681c5a5ebfb1ebfe7f316dbf12f38785 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 29 Apr 2021 11:25:32 +0200 Subject: [PATCH] fixed ligatures --- .config/doom/config.el | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 66a5fca..8c8dc17 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -56,9 +56,6 @@ ;; Set FiraCode as Font (setq doom-font (font-spec :family "FiraCode Nerd Font" :size 13) ) -;; Projectile Settings -(setq projectile-project-root "~/Documents") - ;; Switch Flyspell Dictionary (defun fd-switch-dictionary() (interactive) @@ -69,14 +66,14 @@ )) (global-set-key (kbd "") 'fd-switch-dictionary) -;; Enable the www ligature in every possible major mode +;; ;; Enable the www ligature in every possible major mode (ligature-set-ligatures 't '("www")) ;; Enable ligatures in programming modes -(ligature-set-ligatures 'prog-mode '("www" "**" "***" "**/" "*>" "*/" "\\\\" "\\\\\\" "{-" "::" - ":::" ":=" "!!" "!=" "!==" "-}" "----" "-->" "->" "->>" +(ligature-set-ligatures 'prog-mode '("www" "**" "***" "**/" "*>" "*/" "::" + ":::" ":=" "!!" "!=" "!==" "-->" "->" "->>" "-<" "-<<" "-~" "#{" "#[" "##" "###" "####" "#(" "#?" "#_" - "#_(" ".-" ".=" ".." "..<" "..." "?=" "??" ";;" "/*" "/**" + "#_(" ".-" ".=" ".." "..<" "..." "?=" "??" ";;" "/**" "/=" "/==" "/>" "//" "///" "&&" "||" "||=" "|=" "|>" "^=" "$>" "++" "+++" "+>" "=:=" "==" "===" "==>" "=>" "=>>" "<=" "=<<" "=/=" ">-" ">=" ">=>" ">>" ">>-" ">>=" ">>>" "<*"