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
|
||||
:ensure t
|
||||
:init
|
||||
;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el
|
||||
(setq password-store-password-length 32)
|
||||
:config
|
||||
;; configure ivy-pass key binding
|
||||
(global-set-key [?\C-x ?p] 'ivy-pass))
|
||||
:bind
|
||||
("C-x p" . ivy-pass))
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
(use-package flycheck-mypy
|
||||
:ensure t
|
||||
:config
|
||||
(add-hook 'python-mode-hook 'flycheck-mode))
|
||||
:hook
|
||||
(python-mode . flycheck-mode))
|
||||
|
|
Loading…
Reference in a new issue