From 479f9dbaf7a5d77cf3f22ecf55f1995e053436d1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 3 Dec 2023 11:08:23 +0100 Subject: [PATCH] Remove obsolete configuration for synonyms package --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 2a1ba4c..196aaa6 100644 --- a/init.el +++ b/init.el @@ -472,9 +472,6 @@ mc/mark-previous-like-this mc/mark-all-like-this)) -(use-package synonyms - :commands (synonyms)) - (use-package undo-tree :ensure t :commands (global-undo-tree-mode @@ -2973,7 +2970,6 @@ eventuelly be set to nil, however)." (bind-key "C-c n i" #'org-roam-node-insert) (bind-key "C-c n c" #'org-roam-capture) (bind-key "C-c o" #'hydra-org-clock/body) - (bind-key "C-c s" #'synonyms) (bind-key "C-c t" #'hydra-toggle/body) (bind-key "C-h C-f" #'find-function) (bind-key "C-h C-k" #'find-function-on-key)