mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +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
|
||||
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
|
||||
(setq shell-file-name "/bin/fish"
|
||||
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]])
|
||||
|
||||
#+begin_src emacs-lisp :results table
|
||||
(message (string-join recentf-list "\n"))
|
||||
#+end_src
|
||||
|
||||
;; Local Variables:
|
||||
;; eval: (start-mode)
|
||||
;; End:
|
||||
|
||||
Reference in New Issue
Block a user