File tree 1 file changed +0
-28
lines changed
modules/shared/config/emacs
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -961,17 +961,6 @@ This is what makes emacs possible for me. All evil mode packages and related con
961
961
(setq undo-tree-history-directory-alist '(("." . "~/.local/state/emacs/undo")))
962
962
#+END_SRC
963
963
964
- ** Terminal
965
- #+NAME: vterm
966
- #+BEGIN_SRC emacs-lisp
967
- (use-package vterm
968
- :commands vterm
969
- :config
970
- (setq term-prompt-regexp "^[^#$%>\n]*[#$%>] *")
971
- (setq vterm-shell "zsh")
972
- (setq vterm-max-scrollback 10000))
973
- #+END_SRC
974
-
975
964
** Managing files
976
965
Configuration related to filesystem, either basic IO and interaction from emacs or directly moving files around where it makes sense.
977
966
*** File browser
@@ -1509,20 +1498,3 @@ Found [[https://emacs.stackexchange.com/questions/44664/apply-ansi-color-escape-
1509
1498
(ansi-color-apply-on-region beg end))))))
1510
1499
(add-hook 'org-babel-after-execute-hook 'dl/babel-ansi)
1511
1500
#+END_SRC
1512
-
1513
- *** Helpful documentation strings for common functions
1514
- #+NAME: helpful
1515
- #+BEGIN_SRC emacs-lisp
1516
- (use-package helpful
1517
- :custom
1518
- ;; Remap Counsel help functions
1519
- (counsel-describe-function-function #'helpful-callable)
1520
- (counsel-describe-variable-function #'helpful-variable)
1521
- :bind
1522
- ;; Remap default help functions
1523
- ([remap describe-function] . helpful-function)
1524
- ([remap describe-symbol] . helpful-symbol)
1525
- ([remap describe-variable] . helpful-variable)
1526
- ([remap describe-command] . helpful-command)
1527
- ([remap describe-key] . helpful-key))
1528
- #+END_SRC
You can’t perform that action at this time.
0 commit comments