From d30059383a8fe05052687e4ee4bfe71447e211c4 Mon Sep 17 00:00:00 2001 From: luxick Date: Fri, 17 Apr 2020 16:03:38 +0200 Subject: [PATCH] Add terminal-here --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 516dfd7..1d45dc4 100644 --- a/README.org +++ b/README.org @@ -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-") #'terminal-here-launch) + (global-set-key (kbd "C-") #'terminal-here-project-launch) +#+END_SRC * Set Variables ** General Emacs Options #+BEGIN_SRC emacs-lisp