Skip to content

Commit

Permalink
Require directly:
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 9, 2024
1 parent bc4821d commit f26a973
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions vs-edit-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@

;;; Code:

(eval-when-compile
(require 'mwim)
(require 'ts-fold)
(require 'noflet))

(require 'sgml-mode)

(require 'mwim)
(require 'ts-fold)
(require 'noflet)

(defgroup vs-edit nil
"Minor mode accomplish editing experience in Visual Studio."
:prefix "vs-edit-"
Expand Down

0 comments on commit f26a973

Please sign in to comment.