mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Minor edits.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user