Compare commits
2 commits
dbe5acc2c3
...
19b5305e23
Author | SHA1 | Date | |
---|---|---|---|
19b5305e23 | |||
3a773626c3 |
2 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,6 @@
|
||||||
(use-package ivy-pass
|
(use-package ivy-pass
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el
|
|
||||||
(setq password-store-password-length 32)
|
(setq password-store-password-length 32)
|
||||||
:config
|
:bind
|
||||||
;; configure ivy-pass key binding
|
("C-x p" . ivy-pass))
|
||||||
(global-set-key [?\C-x ?p] 'ivy-pass))
|
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
(use-package flycheck-mypy
|
(use-package flycheck-mypy
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:hook
|
||||||
(add-hook 'python-mode-hook 'flycheck-mode))
|
(python-mode . flycheck-mode))
|
||||||
|
|
Loading…
Reference in a new issue