feat: bitwarden and projectile auto discover

This commit is contained in:
2025-08-09 13:50:13 +03:00
parent a4e5243af7
commit 6d88e1f1e6
2 changed files with 3 additions and 0 deletions

View File

@@ -639,3 +639,5 @@
;; Markdown enter ) ;; Markdown enter )
(setq markdown-indent-on-enter 'indent-and-new-item) (setq markdown-indent-on-enter 'indent-and-new-item)
(setq epa-pinentry-mode 'loopback) (setq epa-pinentry-mode 'loopback)
;; projects and stuff
(setq projectile-project-search-path '("~/Code/"))

View File

@@ -8,4 +8,5 @@ exec --no-startup-id redshift
exec --no-startup-id emacs --daemon exec --no-startup-id emacs --daemon
exec --no-startup-id ~/bin/autostart exec --no-startup-id ~/bin/autostart
exec --no-startup-id nextcloud --background exec --no-startup-id nextcloud --background
exec --no-startup-id bitwarden
# exec --no-startup-id clipcatd # exec --no-startup-id clipcatd