🧹 actually disable org-mode

This commit is contained in:
James Walker 2021-10-15 14:50:00 -04:00
parent 8fd991348d
commit f0831e5e19
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 4 additions and 6 deletions

View File

@ -30,11 +30,9 @@
;; 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"
;; org-roam-directory "~/.org"
;; deft-directory "~/.org"
;; deft-default-extension "org"
;; deft-recursive t)
(setq deft-directory "~/Sync/Notes"
deft-default-extension "md"
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'.

View File

@ -147,7 +147,7 @@
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +roam) ; 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