emacs: disable org-journal, use org-capture

This commit is contained in:
Inhji 2024-02-05 13:23:38 +01:00
parent ddc78add90
commit 87809849fa
2 changed files with 4 additions and 3 deletions

View File

@ -154,8 +154,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 ; organize your plain life in plain text
+journal)
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

View File

@ -8,10 +8,12 @@
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: ;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package) ;; (package! some-package)
;; To disable an installed package:
;; (package! some-package :disable t)
(package! org-modern) (package! org-modern)
(package! org-auto-tangle) (package! org-auto-tangle)
(package! org-journal) (package! org-journal :disable t)
;; To install a package directly from a remote git repo, you must specify a ;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: