small updates
This commit is contained in:
parent
1a3d7a4c55
commit
4f9c113ae6
2 changed files with 7 additions and 5 deletions
10
config.el
10
config.el
|
@ -154,10 +154,12 @@
|
|||
(setq centaur-tabs-cycle-scope 'tabs))
|
||||
|
||||
;; set project paths and ignore buffers
|
||||
(setq projectile-project-search-path '(("~/Projects" . 4) ("~/source" . 2)))
|
||||
(setq projectile-globally-ignored-buffers
|
||||
'("*scratch*"
|
||||
"*lsp-log*"))
|
||||
(after! projectile
|
||||
(setq projectile-project-search-path '(("~/Projects" . 4) ("~/source" . 2) ("~/Music" . 3)))
|
||||
(setq projectile-globally-ignored-buffers
|
||||
'("*scratch*"
|
||||
"*lsp-log*"))
|
||||
(add-to-list 'projectile-globally-ignored-directories "~/Music/_samples"))
|
||||
|
||||
;; projectile ignoring buffers by their major mode
|
||||
(setq projectile-globally-ignored-modes
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
:repo "kmonad/kbd-mode"))
|
||||
|
||||
(package! consult-mu
|
||||
:recipe (:host nil :type git :repo "https://gt.emenel.ca/emenel/consult-mu.git" :files (:defaults "extras/*.el")))
|
||||
:recipe (:host github :type git :repo "armindarvish/consult-mu" :files (:defaults "extras/*.el")))
|
||||
|
||||
(package! mu4e-overview
|
||||
:recipe (:type git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue