This website works better with JavaScript.
Home
Explore (Intern grade code.)
Help (Really? You can't figure this shit out?)
Register (Give Me Your Personal Info K Thanks.)
Sign In
rlbr
/
emacs_config_prelude
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Use bash-completion plugin for shell (yas)
custom
Raphael Roberts
3 years ago
parent
d383e5798c
commit
13b9117a00
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
personal/mode-shell.el
4
personal/mode-shell.el
View File
@ -0,0 +1,4 @@
(
use-package
shell
:config
(
require
'bash-completion
)
(
bash-completion-setup
)
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
rlbr/emacs_config_prelude
Title
Body
Create Issue