Use C-n to insert newlines at the end of the file
This commit is contained in:
parent
aa736feb59
commit
f6cf3da19d
4 changed files with 17 additions and 9 deletions
|
|
@ -11,13 +11,11 @@
|
|||
;;; Code:
|
||||
(require '+custom-pkg-keys-mode "$HOME/.emacs.d/pkg/keys-mode.el")
|
||||
|
||||
(use-package vterm :straight t :defer t)
|
||||
|
||||
;; Create new terminal
|
||||
(defun start-term ()
|
||||
"Start ZSH terminal session."
|
||||
"Start Eshell terminal session."
|
||||
(interactive)
|
||||
(vterm))
|
||||
(eshell))
|
||||
|
||||
(define-key +custom-keys-mode-map (kbd "<f12>") 'start-term)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue