diff --git a/config.el b/config.el index 3df8d97..1787360 100644 --- a/config.el +++ b/config.el @@ -44,7 +44,7 @@ (prefer-coding-system 'utf-8) ;; org dir == obsidian vault -(setq org-directory "~/Documents/Obsidian/Primary") +(setq org-directory "~/documents/Obsidian/Primary") (use-package! direnv :config @@ -149,7 +149,7 @@ ;; set project paths and ignore buffers (after! projectile - (setq projectile-project-search-path '(("~/Projects" . 4) ("~/source" . 2) ("~/Music" . 3))) + (setq projectile-project-search-path '(("~/projects" . 4) ("~/source" . 2) ("~/music" . 3))) (setq projectile-globally-ignored-buffers '("*scratch*" "*lsp-log*")) @@ -214,8 +214,8 @@ ;; sly (after! sly (setq sly-lisp-implementations - '((sbcl ("sbcl" "--dynamic-space-size" "4Gb")) - (sbcl-renderdoc ("renderdoccmd" "capture" "-w" "sbcl")))) + '((sbcl ("vend" "repl" "sbcl" "--dynamic-space-size" "4Gb") :coding-system utf-8-unix) + (ecl ("vend" "repl" "ecl" "--dynamic-space-size" "4Gb") :coding-system utf-8-unix))) (setq sly-default-lisp 'sbcl) (setq sly-complete-symbol-function 'sly-flex-completions)) diff --git a/mu4e-config.el b/mu4e-config.el index 0dadb2c..6a69dbc 100644 --- a/mu4e-config.el +++ b/mu4e-config.el @@ -97,7 +97,7 @@ (consult-mu-maxnum 200) ;;show preview when pressing any keys - (consult-mu-preview-key 'any) + (consult-mu-preview-key "M-o") (consult-mu-mark-previewed-as-read nil) (consult-mu-mark-viewed-as-read t) (consult-mu-use-wide-reply t) diff --git a/obsidian-config.el b/obsidian-config.el index 9181680..3947afe 100644 --- a/obsidian-config.el +++ b/obsidian-config.el @@ -6,7 +6,7 @@ (global-obsidian-mode t) ;;(obsidian-backlinks-mode t) :custom - (obsidian-directory "~/Documents/Obsidian/Primary/") + (obsidian-directory "~/documents/Obsidian/Primary/") (setq obsidian-inbox-directory "_Inbox") (markdown-enable-wiki-links t) (map! :map obsidian-mode-map