diff options
Diffstat (limited to 'emacs/inits/70-global-keybinds.el')
| -rw-r--r-- | emacs/inits/70-global-keybinds.el | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/emacs/inits/70-global-keybinds.el b/emacs/inits/70-global-keybinds.el index 866cdd2..de2b17b 100644 --- a/emacs/inits/70-global-keybinds.el +++ b/emacs/inits/70-global-keybinds.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2024-07-13 15h08 CEST (471b3659)> +;; Time-stamp: <2026-05-15 09h11 BST (anker)> (setq time-stamp-active t time-stamp-line-limit 3 @@ -25,13 +25,6 @@ (global-set-key (kbd "C-z") 'nil) -(use-package eterm-256color - :ensure - :defer - :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) |
