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

@ -1149,6 +1149,8 @@ While I really don't /need/ all the features that [[https://github.com/bbatsov/p
(use-package projectile (use-package projectile
:custom :custom
(projectile-sort-order 'recentf) (projectile-sort-order 'recentf)
(projectile-project-root-functions '(projectile-root-bottom-up))
:config :config
(ha-leader (ha-leader
"p" '(:ignore t :which-key "projects") "p" '(:ignore t :which-key "projects")

View file

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