This website works better with JavaScript.
Home
Explore
Help
Sign In
mitchty
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Defer loading tramp at startup.
master
Mitch Tishmack
10 years ago
parent
16ed3393e2
commit
6369c59dd7
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
emacs.org
+ 1
- 1
emacs.org
View File
@@ -441,7 +441,7 @@ All the packages I use.
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
(use-package tramp
(use-package tramp
:
ensure
t
:
defer
t
:config (custom-set-variables '(tramp-default-method "ssh"))
:config (custom-set-variables '(tramp-default-method "ssh"))
)
)
#+END_SRC
#+END_SRC
Write
Preview
Loading…
Cancel
Save