From 77fe614b7bda8c9c6af5b987395df7484351c444 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 2 Jun 2024 06:07:46 +0000 Subject: [PATCH] [Emacs] Add eat --- dotfiles/emacs.d/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 847625dd..6ab95629 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3331,6 +3331,11 @@ emr (emacs refactor) provides support for refactoring in many programming langua (setq lsp-ui-doc-position 'bottom))))) #+END_SRC * Utility +** eat +#+begin_src emacs-lisp +(use-package eat + :config (setq eat--install-path (f-dirname (file-truename (imalison:join-paths eat--install-path "eat.el"))))) +#+end_src ** term The main thing I do here is restore a bunch of keybindings that are eliminated in term-mode. This makes term-mode 1000% more useful