Adding Visual-fill-column and transmission
This commit is contained in:
parent
fbd6e4b399
commit
9aa8ab8b01
2 changed files with 41 additions and 9 deletions
6
init.el
6
init.el
|
@ -316,9 +316,6 @@ vertically."
|
|||
(use-package company-dict
|
||||
:defer t)
|
||||
|
||||
(use-package ace-link
|
||||
:after avy)
|
||||
|
||||
(use-package avy
|
||||
:after evil)
|
||||
|
||||
|
@ -330,6 +327,9 @@ vertically."
|
|||
:keymaps '(override magit-mode-map)
|
||||
"F" 'magit-pull))
|
||||
|
||||
(use-package ace-link
|
||||
:after avy)
|
||||
|
||||
(use-package helpful
|
||||
:commands (helpful-callable helpful-variable helpful-command helpful-key))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue