Skip to content

Instantly share code, notes, and snippets.

@c02y
Last active February 28, 2019 05:50
Show Gist options
  • Save c02y/64bceef6bef83faa792a411eca701c7d to your computer and use it in GitHub Desktop.
Save c02y/64bceef6bef83faa792a411eca701c7d to your computer and use it in GitHub Desktop.
projectile prefix, helm-pydoc
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