Skip to content

Commit

Permalink
refactor(core): move all core tweaks to me-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 29, 2023
1 parent 5c266d2 commit aca3d52
Show file tree
Hide file tree
Showing 14 changed files with 1,778 additions and 2,558 deletions.
1,704 changes: 1,704 additions & 0 deletions core/me-lib.el

Large diffs are not rendered by default.

751 changes: 66 additions & 685 deletions core/me-loaddefs.el

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions elisp/+scratch.el → core/me-pscratch.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; +scratch.el --- Persistent and per-project scratch buffers -*- lexical-binding: t; -*-
;;; me-pscratch.el --- Persistent and per-project scratch buffers -*- lexical-binding: t; -*-

;; -*- lexical-binding: t; -*-

Expand Down Expand Up @@ -201,4 +201,6 @@ If prefix ARG, delete all persistent scratches."
(message "Successfully deleted %S" (abbreviate-file-name file))))))


;;; +scratch.el ends here
(provide 'me-pscratch)

;;; me-pscratch.el ends here
104 changes: 0 additions & 104 deletions elisp/+binary.el

This file was deleted.

209 changes: 0 additions & 209 deletions elisp/+buffer.el

This file was deleted.

0 comments on commit aca3d52

Please sign in to comment.