refactor(emacs): remove misc.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e8bbfc318d
commit
9b862b7d2b
10 changed files with 219 additions and 301 deletions
|
@ -6,7 +6,11 @@
|
|||
|
||||
(use-package projectile :straight t
|
||||
:custom
|
||||
(projectile-completion-system 'auto))
|
||||
(projectile-completion-system 'auto)
|
||||
:bind
|
||||
(("C-c p" . projectile-command-map))
|
||||
:init
|
||||
(projectile-mode 1))
|
||||
(use-package bufler :straight t
|
||||
:bind (("C-x C-b" . bufler-list)
|
||||
("C-x b" . bufler-switch-buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue