Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akreisher committed Dec 10, 2024
1 parent 26f4963 commit c28181d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions eshell-syntax-highlighting.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c28181d

Please sign in to comment.