dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7bb8a3d456279463bd8c980824ba1fa930d8b8b8
parent 94e0879f8325b95403087e67b78cb676f740f8fe
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 10 Jun 2017 19:17:37 +0300

Add bash-completion package

Diffstat:
Memacs/myinit.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -9,6 +9,10 @@ (("C-'" . better-shell-shell) ("C-;" . better-shell-remote-open))) #+END_SRC +*** bash-completion +#+BEGIN_SRC emacs-lisp + (req-package bash-completion) +#+END_SRC ** User Interface tweaks - [ ] What is revert-buffer?