From c28181d5af63675cd91ff18fe6cbafc39825b661 Mon Sep 17 00:00:00 2001 From: Alex Kreisher Date: Tue, 10 Dec 2024 00:08:15 -0800 Subject: [PATCH] Cleanup imports --- eshell-syntax-highlighting.el | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/eshell-syntax-highlighting.el b/eshell-syntax-highlighting.el index 8d835e2..a155f8a 100644 --- a/eshell-syntax-highlighting.el +++ b/eshell-syntax-highlighting.el @@ -33,18 +33,13 @@ ;;; Code: -(eval-when-compile - (require 'cl-lib) - (require 'esh-mode) - (require 'eshell) - (require 'em-alias) - (require 'em-dirs)) - - +(require 'cl-lib) +(require 'eshell) +(require 'esh-mode) (require 'esh-util) (require 'em-alias) (require 'em-prompt) - +(require 'em-dirs) (defgroup eshell-syntax-highlighting nil "Faces used to highlight the syntax of Eshell commands."