From cbd97e8c3eeb3117b02be900c7f86edfe16512b6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 13 Aug 2023 10:56:30 +0200 Subject: [PATCH] Remove loading of obsolete `helm-config` library --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 4f916b1..8a71451 100644 --- a/init.el +++ b/init.el @@ -2277,7 +2277,6 @@ The password is assumed to be stored at the PASSWORD property." helm-kill-ring-threshold 0 ; include all yanks in the kill ring ) :config (progn - (require 'helm-config) (require 'helm-mode) (require 'helm-buffers) (require 'helm-ring)