Compare commits

..

2 commits

2 changed files with 4 additions and 6 deletions

View file

@ -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))

View file

@ -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))