~edwargix/emacs.d

1ab724dd587a73d80c2fecc6c902f316c91d12a1 — David Florness a month ago 695579a
add fix for counsel-projectile
1 files changed, 3 insertions(+), 1 deletions(-)

M lisp/dev.el
M lisp/dev.el => lisp/dev.el +3 -1
@@ 49,7 49,9 @@
        ("C-p" . projectile-command-map)
        ("C-p C-p" . projectile-switch-project))
  :config
  (projectile-mode))
  (projectile-mode)
  ;; Alternative to <https://github.com/ericdanan/counsel-projectile/pull/190>
  (projectile-known-projects))

(use-package lsp-mode
  :defer t