From 281dd7bd39d64254dc161306804b251def2adafc Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 26 Mar 2021 22:42:07 +0000 Subject: nits --- init.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 9cda877..6942308 100644 --- a/init.org +++ b/init.org @@ -176,6 +176,10 @@ (when (not (daemonp)) (server-start)) #+END_SRC * System utilities +*** Tramp + #+begin_src emacs-lisp + (setq tramp-mode nil) + #+end_src *** Status, minibuffer #+begin_src emacs-lisp (use-package jao-minibuffer @@ -1348,6 +1352,8 @@ ("C-x 4 d" . jao-switch-window-then-dired) ("C-x 4 f" . jao-switch-window-then-find-file) ("C-x 4 b" . jao-switch-window-then-consult-buffer))) + + (require 'switch-window) #+end_src *** first window and transient other window #+begin_src emacs-lisp @@ -4007,5 +4013,4 @@ * Last minute (post.el) #+begin_src emacs-lisp (jao-load-site-el "post") - (jao-load-site-el "secrets" t) -#+end_src + #+end_src -- cgit v1.2.3