mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
Merge branch 'master' into drone/bash-completion
This commit is contained in:
commit
30908c8e10
4
init.el
4
init.el
@ -162,6 +162,10 @@
|
|||||||
vc-ignore-dir-regexp
|
vc-ignore-dir-regexp
|
||||||
tramp-file-name-regexp)))
|
tramp-file-name-regexp)))
|
||||||
|
|
||||||
|
(use-package tramp-sh
|
||||||
|
:defer t
|
||||||
|
:config (cl-pushnew 'tramp-own-remote-path tramp-remote-path))
|
||||||
|
|
||||||
(progn ; startup
|
(progn ; startup
|
||||||
(message "Loading %s...done (%.3fs)" user-init-file
|
(message "Loading %s...done (%.3fs)" user-init-file
|
||||||
(float-time (time-subtract (current-time)
|
(float-time (time-subtract (current-time)
|
||||||
|
2
lib/ghub
2
lib/ghub
@ -1 +1 @@
|
|||||||
Subproject commit 942e7bdabc4b938a0535530c26eb6548504fca24
|
Subproject commit ca6b115c46d8ab12ae76037d4dadfc92a62a9904
|
@ -1 +1 @@
|
|||||||
Subproject commit 321214c3a2dd10fdf672ba96bd00703a51094bbe
|
Subproject commit b51c6e6cce16f9dfe723dac4d410eb40c0921e95
|
@ -1 +1 @@
|
|||||||
Subproject commit 4d44d08e90355a8ef36aaad1f9f79c95de1ce0e9
|
Subproject commit f5d81ef0ed24be935f3c0192b746a1738d903d37
|
Loading…
x
Reference in New Issue
Block a user