[Emacs] Add eat
This commit is contained in:
parent
6bbe7f186a
commit
77fe614b7b
@ -3331,6 +3331,11 @@ emr (emacs refactor) provides support for refactoring in many programming langua
|
|||||||
(setq lsp-ui-doc-position 'bottom)))))
|
(setq lsp-ui-doc-position 'bottom)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Utility
|
* 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
|
** term
|
||||||
The main thing I do here is restore a bunch of keybindings that are eliminated
|
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
|
in term-mode. This makes term-mode 1000% more useful
|
||||||
|
Loading…
Reference in New Issue
Block a user