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))
|
(setq centaur-tabs-cycle-scope 'tabs))
|
||||||
|
|
||||||
;; set project paths and ignore buffers
|
;; set project paths and ignore buffers
|
||||||
(setq projectile-project-search-path '(("~/Projects" . 4) ("~/source" . 2)))
|
(after! projectile
|
||||||
(setq projectile-globally-ignored-buffers
|
(setq projectile-project-search-path '(("~/Projects" . 4) ("~/source" . 2) ("~/Music" . 3)))
|
||||||
'("*scratch*"
|
(setq projectile-globally-ignored-buffers
|
||||||
"*lsp-log*"))
|
'("*scratch*"
|
||||||
|
"*lsp-log*"))
|
||||||
|
(add-to-list 'projectile-globally-ignored-directories "~/Music/_samples"))
|
||||||
|
|
||||||
;; projectile ignoring buffers by their major mode
|
;; projectile ignoring buffers by their major mode
|
||||||
(setq projectile-globally-ignored-modes
|
(setq projectile-globally-ignored-modes
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
:repo "kmonad/kbd-mode"))
|
:repo "kmonad/kbd-mode"))
|
||||||
|
|
||||||
(package! consult-mu
|
(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
|
(package! mu4e-overview
|
||||||
:recipe (:type git
|
:recipe (:type git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue