changing project dirs
This commit is contained in:
parent
0d517c7a0f
commit
006bd63aee
2 changed files with 6 additions and 3 deletions
|
@ -178,7 +178,7 @@
|
|||
;; (setq terminal-here-mac-terminal-command '("kitty" "@" "launch" "--type=tab"))
|
||||
|
||||
;; set project paths and ignore buffers
|
||||
(setq projectile-project-search-path '(("~/source" . 2)))
|
||||
(setq projectile-project-search-path '(("~/Projects" . 4) ("~/source" . 2)))
|
||||
(setq projectile-globally-ignored-buffers
|
||||
'("*scratch*"
|
||||
"*lsp-log*"))
|
||||
|
|
|
@ -3,9 +3,12 @@
|
|||
;; configure obsidian integration for note taking fun times
|
||||
(use-package! obsidian
|
||||
:config
|
||||
(obsidian-specify-path "~/Documents/Obsidian/Primary/")
|
||||
(setq obsidian-inbox-directory "_Inbox")
|
||||
(global-obsidian-mode t)
|
||||
(obsidian-backlinks-mode t)
|
||||
:custom
|
||||
(obsidian-directory "~/Documents/Obsidian/Primary/")
|
||||
(setq obsidian-inbox-directory "_Inbox")
|
||||
(markdown-enable-wiki-links t)
|
||||
(map! :map obsidian-mode-map
|
||||
"C-c C-o" #'obsidian-follow-link-at-point
|
||||
"C-c C-b" #'obsidian-backlink-jump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue