dotfiles

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

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

Add better-shell package

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

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