Add terminal-here
This commit is contained in:
@@ -829,6 +829,13 @@ With the transpose-frame package windows can be rearanged in a frame without the
|
||||
:bind ("M-t" . transpose-frame))
|
||||
#+END_SRC
|
||||
|
||||
** terminal-here
|
||||
[[https://github.com/davidshepherd7/terminal-here][This]] package is used to open an extenal terminal emulator in the directory visited by the current buffer.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package terminal-here)
|
||||
(global-set-key (kbd "C-<f5>") #'terminal-here-launch)
|
||||
(global-set-key (kbd "C-<f6>") #'terminal-here-project-launch)
|
||||
#+END_SRC
|
||||
* Set Variables
|
||||
** General Emacs Options
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
||||
Reference in New Issue
Block a user