From a30c70e29b02bb23b80bf6b55f0014e66b72d473 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 12 Dec 2024 14:05:34 +0000 Subject: [PATCH] Remove ligature package Remove org and which-key from packages since org 9.7 and which-key are both built-in as of Emacs30 --- system/home/emacs/default.nix | 3 --- system/home/emacs/init.el | 14 -------------- 2 files changed, 17 deletions(-) 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)