Last active
February 28, 2019 05:50
-
-
Save c02y/64bceef6bef83faa792a411eca701c7d to your computer and use it in GitHub Desktop.
projectile prefix, helm-pydoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make projectile/helm-projectile prefix key work | |
(define-key projectile-mode-map (kbd "C-c C-p") 'projectile-command-map) | |
install helm-pydoc package | |
(with-eval-after-load "python" | |
(define-key python-mode-map (kbd "C-c D") 'helm-pydoc)) | |
change | |
helm-moccur-auto-update-on-resume 'noask | |
to | |
helm-moccur-auto-update-on-resume 'nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment