Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Sveningsson
dotfiles
Commits
61cb1e42
Commit
61cb1e42
authored
Nov 14, 2020
by
David Sveningsson
Browse files
emacs: use counsel-projectile
parent
2da71d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
global/emacs.d/init.org
View file @
61cb1e42
...
...
@@ -499,12 +499,20 @@ Enable ~~lsp-mode~~ for selected languages
* Project management
** Projectile
#+BEGIN_SRC emacs-lisp
(use-package projectile
(use-package projectile
:ensure t
:init
(projectile-mode +1)
:config
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map))
#+END_SRC
Use counsel for projectile as well:
#+BEGIN_SRC emacs-lisp
(use-package counsel-projectile
:ensure t
:init
(counsel-projectile-mode 1))
#+END_SRC
* Languages
** Javascript
*** add-node-modules-path
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment