aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-19 18:42:50 +1000
committerYuchen Pei <id@ypei.org>2023-08-19 18:42:50 +1000
commitf2480834e287aa50176ab9a648fa7dabc5aec5db (patch)
tree7a3eb7892da7e1060a08a8e2c810294546fa7ed7 /emacs/.emacs.d/lisp/my
parent6f0796a53f2f8bd0027714796b9feac054bee313 (diff)
Adding common packages for use of any profile
Diffstat (limited to 'emacs/.emacs.d/lisp/my')
-rw-r--r--emacs/.emacs.d/lisp/my/my-package.el5
1 files changed, 5 insertions, 0 deletions
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