From a63c85fbe05de8a70788d366e6d3594e521ab69b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 Nov 2020 00:23:56 -0500 Subject: Edit source in the current window --- config.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 69ebcff..a33223a 100644 --- a/config.org +++ b/config.org @@ -583,6 +583,10 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ ("\\.css?\\'" . web-mode) ("\\.js\\'" . web-mode))) #+END_SRC +*** SSH config +#+begin_src emacs-lisp + (use-package ssh-config-mode) +#+end_src * Writing ** Visual fill column #+begin_src emacs-lisp @@ -612,7 +616,8 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ (org-hide-emphasis-markers t) (org-fontify-done-headline t) (org-hide-leading-stars t) - (org-pretty-entities t)) + (org-pretty-entities t) + (org-src-window-setup 'current-window)) (use-package org-superstar :hook -- cgit 1.4.1-21-gabe81