diff options
Diffstat (limited to 'emacs/.emacs.d/lisp/my')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-package.el | 5 |
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 |