Skip to content

Commit 6ab1392

Browse files
committed
Remove helpful and v-term Emacs deps
1 parent 1b752c9 commit 6ab1392

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

modules/shared/config/emacs/config.org

-28
Original file line numberDiff line numberDiff line change
@@ -961,17 +961,6 @@ This is what makes emacs possible for me. All evil mode packages and related con
961961
(setq undo-tree-history-directory-alist '(("." . "~/.local/state/emacs/undo")))
962962
#+END_SRC
963963

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-
975964
** Managing files
976965
Configuration related to filesystem, either basic IO and interaction from emacs or directly moving files around where it makes sense.
977966
*** File browser
@@ -1509,20 +1498,3 @@ Found [[https://emacs.stackexchange.com/questions/44664/apply-ansi-color-escape-
15091498
(ansi-color-apply-on-region beg end))))))
15101499
(add-hook 'org-babel-after-execute-hook 'dl/babel-ansi)
15111500
#+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

0 commit comments

Comments
 (0)