diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index 1cba4617..9e461c4c 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -48,10 +48,7 @@ khalel mu4e # Other (TODO sort) - ligature - which-key diff-hl - org org-roam org-noter citar diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 8c95b04b..ac5e8d36 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -69,20 +69,6 @@ (global-visual-line-mode +1) (setopt visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) -(use-package ligature - :load-path "external-packages/ligature.el/" - :functions (ligature-set-ligatures - global-ligature-mode) - :config - (ligature-set-ligatures - '(prog-mode) - '(("<" (rx (= 1 "="))) - (">" (rx (= 1 "="))) - ("-" (rx (* "-") (= 1 ">"))) - ("=" (rx (* "=") (? ">"))) - ("!" (rx (+ "="))))) - (global-ligature-mode +1)) - (setq split-height-threshold nil split-width-threshold 160)