From f2480834e287aa50176ab9a648fa7dabc5aec5db Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 19 Aug 2023 18:42:50 +1000 Subject: Adding common packages for use of any profile --- emacs/.emacs.d/lisp/my/my-package.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/.emacs.d/lisp/my') diff --git a/emacs/.emacs.d/lisp/my/my-package.el b/emacs/.emacs.d/lisp/my/my-package.el index ab8aaca..b591d0f 100644 --- a/emacs/.emacs.d/lisp/my/my-package.el +++ b/emacs/.emacs.d/lisp/my/my-package.el @@ -262,5 +262,10 @@ same name, cancel that one first." (dolist (hook hooks) (add-hook hook function))) +(defvar my-common-packages + '(package windmove consult icomplete + my-utils my-buffer my-editing my-complete) + "Common packages to include with any profile") + (provide 'my-package) ;;; my-package.el ends here -- cgit v1.2.3