Minor edits.

This commit is contained in:
Derek Taylor
2023-01-10 19:10:58 -06:00
parent 5ae176479a
commit 26219a48b0
3 changed files with 65 additions and 54 deletions

View File

@@ -1250,6 +1250,13 @@ Emacs registers are compartments where you can save text, rectangles and positio
* SHELLS * SHELLS
Settings for the various shells and terminal emulators within Emacs. Settings for the various shells and terminal emulators within Emacs.
| COMMAND | DESCRIPTION | KEYBINDING |
|---------------------+----------------------------+------------|
| eshell | /Launch the eshell/ | SPC e s |
| +eshell/toggle | /Toggle eshell popup window/ | SPC e t |
| counsel-esh-history | /Browse the eshell history/ | SPC e h |
| +vterm/toggle | /Toggle vterm popup window/ | SPC v t |
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq shell-file-name "/bin/fish" (setq shell-file-name "/bin/fish"
vterm-max-scrollback 5000) vterm-max-scrollback 5000)

View File

@@ -40,6 +40,10 @@
=NOTE=: 'SPC f p' [[elisp:(doom/find-file-in-private-config)][doom/find-file-in-private-config]]) =NOTE=: 'SPC f p' [[elisp:(doom/find-file-in-private-config)][doom/find-file-in-private-config]])
#+begin_src emacs-lisp :results table
(message (string-join recentf-list "\n"))
#+end_src
;; Local Variables: ;; Local Variables:
;; eval: (start-mode) ;; eval: (start-mode)
;; End: ;; End: