Update projectile keybindings
This commit is contained in:
parent
887f728562
commit
242e3be01b
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue