#+END_SRC
*** Keyboard changes for tiny-tools
#+BEGIN_SRC emacs-lisp :tangle yes
-(bind-key "\M-;" 'tinycomment-indent-for-comment)
+(bind-key "\M-;" 'tinycomment-indent-for-comment)
(bind-key "ESC C-k" 'tinyeat-kill-line-backward)
(bind-key "ESC d" 'tinyeat-forward-preserve)
(bind-key "<M-backspace>" 'tinyeat-backward-preserve)
(bind-key "<S-backspace>" 'tinyeat-delete-whole-word)
#+END_SRC
-
** tramp
Transparent Remote (file) Access, Multiple Protocol, remote file editing.
#+BEGIN_SRC emacs-lisp :tangle yes