From 800b2b1a51c77a328042f47d24e2517266029544 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 12 Jan 2020 11:46:40 -0500 Subject: Changes from using bison --- emacs/inits/70-global-keybinds.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'emacs/inits/70-global-keybinds.el') diff --git a/emacs/inits/70-global-keybinds.el b/emacs/inits/70-global-keybinds.el index 92ae2fe..d19ff0d 100644 --- a/emacs/inits/70-global-keybinds.el +++ b/emacs/inits/70-global-keybinds.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2019-08-25 21:44:55 (tslil@basingstoke)> +;; Time-stamp: <2020-01-12 11:40:27 (tslil@bison)> (setq time-stamp-active t time-stamp-line-limit 3 @@ -24,7 +24,13 @@ (global-set-key (kbd "") 'notmuch) (global-set-key (kbd "C-x m") 'eshell) -(global-set-key (kbd "C-c c") 'shell) + +(use-package eterm-256color + :ensure t + :config + (add-hook 'term-mode-hook #'eterm-256color-mode) + (global-set-key (kbd "C-c c") 'ansi-term)) + (global-set-key (kbd "C-x e") 'eval-expression) (global-set-key (kbd "M-i") 'indent-region) -- cgit v1.2.3