aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-prog.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-17 17:49:12 +1000
committerYuchen Pei <id@ypei.org>2023-06-17 17:52:11 +1000
commit46fbcac21173aa4b4e08aaf7c06cde9ece5f6f66 (patch)
treec401043db579b67b23e94345ebff1c726c218b04 /emacs/.emacs.d/init/ycp-prog.el
parent2445425165e761e0f2c1aa78372259a6fe302a22 (diff)
some minor changes
- make bash-completion work - read my-projects-root-dirs
Diffstat (limited to 'emacs/.emacs.d/init/ycp-prog.el')
-rw-r--r--emacs/.emacs.d/init/ycp-prog.el4
1 files changed, 3 insertions, 1 deletions
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