Skip to content

Commit

Permalink
fix: move accidentally created me-smartparens.el to obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 2, 2023
1 parent bc26fd9 commit a8c77a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/me-smartparens.el → modules/obsolete/me-smartparens.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
;;; me-smartparens.el --- Smartparens -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2023 Abdelhak Bougouffa

;; Author: Abdelhak Bougouffa (concat "abougouffa" "@" "fedora" "project" "." "org")

;;; Commentary:

;;; Code:

(use-package smartparens
:straight t
:hook (minemacs-after-startup . smartparens-global-mode)
Expand All @@ -19,3 +29,8 @@
(use-package smartparens-config
:after smartparens
:demand t)


(provide 'obsolete/me-smartparens)

;;; me-smartparens.el ends here

0 comments on commit a8c77a7

Please sign in to comment.