diff options
author | jao <jao@gnu.org> | 2021-03-26 22:42:07 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-26 22:42:07 +0000 |
commit | 281dd7bd39d64254dc161306804b251def2adafc (patch) | |
tree | ffb84ed46d927601ff552fccbcb94a64fa26fa6c | |
parent | a0db7c20b6621b17b90f0f758652c7d120468a4a (diff) | |
download | elibs-281dd7bd39d64254dc161306804b251def2adafc.tar.gz elibs-281dd7bd39d64254dc161306804b251def2adafc.tar.bz2 |
nits
-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 |