Removed the unused org-journal

This commit is contained in:
Sameer Rahmani 2024-04-06 15:56:41 +01:00
parent 21f6eea0b5
commit ce34ae7d09
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 22 additions and 48 deletions

View File

@ -289,7 +289,8 @@ shipped with Emacs."
;; Activating the WM mode
(exwm-enable)
(exwm-systemtray-enable)
(exwm-randr-enable)))
(exwm-randr-enable))
(message "[FG42]: Use `fg42-help' to get help."))
(provide 'fg42/editor)

View File

@ -76,33 +76,6 @@ For more information checkout `https://github.com/alphapapa/org-super-agenda'"
(org-super-agenda-mode))
;; (defun fg42/org-journal-find-location ()
;; "Open today's journal.
;; But specify a non-nil prefix argument in order to
;; inhibit inserting the heading; `org-capture' will insert the heading."
;; (org-journal-new-entry t)
;; (unless (eq org-journal-file-type 'daily)
;; (org-narrow-to-subtree))
;; (goto-char (point-max)))
;; (use! org-journal
;; :init
;; ;; Change default prefix key; needs to be set before loading org-journal
;; (setq org-journal-prefix-key "C-c j ")
;; :config
;; (setq org-journal-file-type journal-type
;; org-journal-file-header journal-header
;; org-journal-dir (expand-file-name "journal" org-home)
;; org-journal-date-format "%Y-%m-%d (%A): "))
;; '("j" "Journal Entry" plain #'fg42/org-journal-find-location
;; "** %(format-time-string org-journal-time-format)%^{Title} %^G\n %?\n\n*** Context:\n %i\n From: %a"
;; :jump-to-captured t
;; :immediate-finish nil)
(use! org-capture
"Quickly capture what is in your head."
:bind (("<f6>" . org-capture))