From 46fbcac21173aa4b4e08aaf7c06cde9ece5f6f66 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 17 Jun 2023 17:49:12 +1000 Subject: some minor changes - make bash-completion work - read my-projects-root-dirs --- emacs/.emacs.d/init/ycp-prog.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init/ycp-prog.el') diff --git a/emacs/.emacs.d/init/ycp-prog.el b/emacs/.emacs.d/init/ycp-prog.el index 4e2daf5..2fdb63e 100644 --- a/emacs/.emacs.d/init/ycp-prog.el +++ b/emacs/.emacs.d/init/ycp-prog.el @@ -93,7 +93,9 @@ (my-package bash-completion (:install t) - (:delay 15)) + (:delay 15) + (bash-completion-setup) +) ;;; prog modes: c, c++, elisp, js, css, ts, (my-package prog-mode -- cgit v1.2.3