small updates
This commit is contained in:
parent
6decc29e6b
commit
c866312818
3 changed files with 31 additions and 13 deletions
14
config.el
14
config.el
|
@ -14,6 +14,8 @@
|
|||
(setq fancy-splash-image (concat doom-user-dir "splash.png"))
|
||||
(setq doom-theme 'doom-monokai-pro)
|
||||
|
||||
(setq +doom-dashboard-pwd-policy nil)
|
||||
|
||||
;; This determines the style of line numbers in effect. If set to `nil', line
|
||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||
(setq display-line-numbers-type 'relative)
|
||||
|
@ -28,7 +30,7 @@
|
|||
(set-keyboard-coding-system 'utf-8)
|
||||
(prefer-coding-system 'utf-8)
|
||||
|
||||
(setq org-directory "~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Primary")
|
||||
(setq org-directory "~/Documents/Obsidian/Primary")
|
||||
|
||||
(setq treesit-extra-load-path '("~/Source/_src/tree-sitter-module/dist/"))
|
||||
|
||||
|
@ -135,8 +137,8 @@
|
|||
|
||||
;; bibliography file location
|
||||
(after! citar
|
||||
(setq! citar-bibliography '("/Users/emenel/Zotero/lib.bib"))
|
||||
(setq! citar-notes-paths '("/Users/emenel/Library/Mobile Documents/iCloud~md~obsidian/Documents/Primary/Sources"))
|
||||
(setq! citar-bibliography '("~/Zotero/lib.bib"))
|
||||
(setq! citar-notes-paths '("~/Documents/Obsidian/Primary/Sources"))
|
||||
(setq! citar-file-note-extensions '("md")))
|
||||
|
||||
;; svelte support
|
||||
|
@ -240,9 +242,9 @@
|
|||
(after! gcode-mode
|
||||
(add-hook! 'gcode-mode-hook 'eldoc-mode))
|
||||
|
||||
(use-package! ready-player
|
||||
:config
|
||||
(ready-player-add-to-auto-mode-alist))
|
||||
;; (use-package! ready-player
|
||||
;; :config
|
||||
;; (ready-player-add-to-auto-mode-alist))
|
||||
|
||||
;; load additional config files
|
||||
(load! "obsidian-config.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue