diff options
-rw-r--r-- | init.org | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |