📝 org-roam mode
This commit is contained in:
parent
54200186e5
commit
ecdbc9f7b3
@ -30,7 +30,11 @@
|
|||||||
|
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; 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!
|
;; 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
|
;; 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'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
@ -55,6 +59,7 @@
|
|||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
|
;;(global-wakatime-mode)
|
||||||
(add-hook 'js2-mode-hook 'prettier-js-mode)
|
(add-hook 'js2-mode-hook 'prettier-js-mode)
|
||||||
(add-hook 'typescript-mode-hook 'prettier-js-mode)
|
(add-hook 'typescript-mode-hook 'prettier-js-mode)
|
||||||
(add-hook 'web-mode-hook 'prettier-js-mode)
|
(add-hook 'web-mode-hook 'prettier-js-mode)
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
ivy ; a search engine for love and life
|
ivy ; a search engine for love and life
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
;;deft ; notational velocity for Emacs
|
deft ; notational velocity for Emacs
|
||||||
doom ; what makes DOOM look the way it does
|
doom ; what makes DOOM look the way it does
|
||||||
doom-dashboard ; a nifty splash screen for Emacs
|
doom-dashboard ; a nifty splash screen for Emacs
|
||||||
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||||
@ -146,7 +146,7 @@
|
|||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
nix ; I hereby declare "nix geht mehr!"
|
nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;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
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
|
Loading…
x
Reference in New Issue
Block a user