📝 org-roam mode

This commit is contained in:
James Walker 2020-11-14 16:47:59 -05:00
parent 54200186e5
commit ecdbc9f7b3
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 8 additions and 3 deletions

View File

@ -30,7 +30,11 @@
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")
(setq org-directory "~/.org"
org-roam-directory "~/.org/roam"
deft-directory "~/.org"
deft-default-extension "org"
deft-recursive t)
;; 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'.
@ -55,6 +59,7 @@
;; they are implemented.
;;
;;
;;(global-wakatime-mode)
(add-hook 'js2-mode-hook 'prettier-js-mode)
(add-hook 'typescript-mode-hook 'prettier-js-mode)
(add-hook 'web-mode-hook 'prettier-js-mode)

View File

@ -26,7 +26,7 @@
ivy ; a search engine for love and life
:ui
;;deft ; notational velocity for Emacs
deft ; notational velocity for Emacs
doom ; what makes DOOM look the way it does
doom-dashboard ; a nifty splash screen for Emacs
doom-quit ; DOOM quit-message prompts when you quit Emacs
@ -146,7 +146,7 @@
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
org ; organize your plain life in plain text
(org +roam) ; organize your plain life in plain text
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional