Skip to content

Commit

Permalink
fix(emacs-lisp): fix the provided feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 18, 2024
1 parent c8a7bf6 commit 38ea84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/me-emacs-lisp.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; lisp.el --- Lisp, Scheme, Elisp -*- lexical-binding: t; -*-
;;; me-emacs-lisp.el --- Lisp, Scheme, Elisp -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Abdelhak Bougouffa

Expand Down Expand Up @@ -82,6 +82,6 @@
"ee" #'+eros-octave-eval-last-sexp)))


(provide 'me-lisp)
(provide 'me-emacs-lisp)

;;; me-lisp.el ends here
;;; me-emacs-lisp.el ends here

0 comments on commit 38ea84a

Please sign in to comment.