-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I have the following ~/.emacs
init file config now:
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
(when (version<= "26.0.50" emacs-version )
(global-display-line-numbers-mode))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages (quote (bash-completion))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(require 'bash-completion)
(bash-completion-setup)
My goal to have Bash completion automatically enabled in all .sh
files. But now when I try press tab
in .sh
files nothing is suggested. May be I am doing smth wrong. 🤔
If I find the decision I will place it in the comments.
Metadata
Metadata
Assignees
Labels
No labels