Update projectile keybindings

This commit is contained in:
Marcus Kammer 2020-04-23 07:38:38 +02:00
parent 887f728562
commit 242e3be01b

View file

@ -51,6 +51,8 @@ There are two things you can do about this warning:
(require 'bundles)
(ivy-mode 1)
(projectile-mode +1)
(define-key projectile-mode-map (kbd "s-p") 'projectile-command-map)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
;; UTF-8 FTW
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)