(Emacs/config|core)~projectile -> project
Removing a dependency!
This commit is contained in:
@@ -524,7 +524,10 @@ Recentf provides a method of keeping track of recently opened files.
|
||||
:straight nil
|
||||
:hook (emacs-startup-hook . recentf-mode))
|
||||
#+end_src
|
||||
** Projectile
|
||||
** WAIT Projectile
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
Projectile is a project management package which integrates with Emacs
|
||||
very well. It essentially provides alternative Emacs commands scoped
|
||||
to the current 'project', based on differing signs that a directory is
|
||||
|
||||
@@ -133,6 +133,7 @@ Some bindings that I couldn't fit elsewhere easily.
|
||||
|
||||
(leader
|
||||
"SPC" '(execute-extended-command :which-key "M-x")
|
||||
"p" `(,project-prefix-map :which-key "Project")
|
||||
"'" '(browse-url-emacs :which-key "Download URL to Emacs")
|
||||
":" `(,(proc (interactive) (switch-to-buffer "*scratch*"))
|
||||
:which-key "Switch to *scratch*")
|
||||
|
||||
Reference in New Issue
Block a user