Skip to content

Commit

Permalink
update summary and provide the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiw committed Nov 27, 2024
1 parent 7a3b8d7 commit b095d7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion edts.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; edts.el --- EDTS package declaration.
;;; edts.el --- Erlang Development Tool Suite

;; Copyright (C) 2012-2024 Thomas Järvstrand <tjarvstrand@gmail.com>
;; Copyright (C) 2012-2024 Håkan Nilsson
Expand Down Expand Up @@ -61,3 +61,8 @@

;; For more information, hit `M-x describe-minor-mode RET edts-mode RET`.

;;; Code:

(provide 'edts)

;;; edts.el ends here

0 comments on commit b095d7b

Please sign in to comment.