Add tramp category
This commit is contained in:
7
init.el
7
init.el
@@ -106,8 +106,6 @@
|
|||||||
;; Position underlines at the descent line instead of the baseline.
|
;; Position underlines at the descent line instead of the baseline.
|
||||||
(setq x-underline-at-descent-line t)
|
(setq x-underline-at-descent-line t)
|
||||||
|
|
||||||
(setq tramp-verbose 1)
|
|
||||||
(setq tramp-completion-reread-directory-timeout 50)
|
|
||||||
(setq remote-file-name-inhibit-cache 50)
|
(setq remote-file-name-inhibit-cache 50)
|
||||||
|
|
||||||
;; Automatically rescan the buffer for Imenu entries when `imenu' is invoked
|
;; Automatically rescan the buffer for Imenu entries when `imenu' is invoked
|
||||||
@@ -124,6 +122,11 @@
|
|||||||
;; Benefit: you never lose bookmarks if Emacs crashes.
|
;; Benefit: you never lose bookmarks if Emacs crashes.
|
||||||
(setq bookmark-save-flag 1)
|
(setq bookmark-save-flag 1)
|
||||||
|
|
||||||
|
;;; tramp
|
||||||
|
|
||||||
|
(setq tramp-verbose 1)
|
||||||
|
(setq tramp-completion-reread-directory-timeout 50)
|
||||||
|
|
||||||
;;; Files
|
;;; Files
|
||||||
|
|
||||||
;; Delete by moving to trash in interactive mode
|
;; Delete by moving to trash in interactive mode
|
||||||
|
|||||||
Reference in New Issue
Block a user