Fix to the projectile's ability to find projects

This commit is contained in:
Howard Abrams 2022-05-13 14:47:01 -07:00
parent 911b2ef4ce
commit 38b5490bbe
2 changed files with 28 additions and 28 deletions

View file

@ -1146,9 +1146,11 @@ While editing any file on disk is easy enough, I like the mental context switch
While I really don't /need/ all the features that [[https://github.com/bbatsov/projectile][projectile]] provides, it has all the features I do need, and is easy enough to install. I am referring to the fact that I /could/ use the built-in =project.el= system (see [[https://cestlaz.github.io/post/using-emacs-79-project/][this essay]] for details on what I mean as an alternative).
#+BEGIN_SRC emacs-lisp
(use-package projectile
(use-package projectile
:custom
(projectile-sort-order 'recentf)
(projectile-project-root-functions '(projectile-root-bottom-up))
:config
(ha-leader
"p" '(:ignore t :which-key "projects")

View file

@ -179,8 +179,6 @@ Now Im getting obsessive with elongating dashes:
(t (insert "-")))))
(define-key org-mode-map "-" #'ha-insert-long-dash)
#+END_SRC
* Org Beautify
I really want to use the Org Beautify package, but it overrides my darker themes (and all I really want is headlines to behave).