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))
@ -144,28 +117,28 @@ For more info on ~org-mode~ check out `https://orgmode.org/'"
org-catch-invisible-edits 'show-and-error
org-special-ctrl-a/e t
org-insert-heading-respect-content t)
org-tag-alist fg42/global-tags
;; Org styling, hide markup etc.
org-hide-emphasis-markers t
org-pretty-entities t
org-ellipsis ""
;; Agenda styling
org-agenda-tags-column 0
org-agenda-block-separator ?─
org-agenda-time-grid
'((daily today require-timed)
(800 1000 1200 1400 1600 1800 2000)
" ┄┄┄┄┄ " "┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄")
org-agenda-current-time-string
"<── now ─────────────────────────────────────────────────"
org-agenda-files (concat (file-name-as-directory fg42/org-home)
fg42/agenda-files)
org-tag-alist fg42/global-tags
;; Org styling, hide markup etc.
org-hide-emphasis-markers t
org-pretty-entities t
org-ellipsis ""
;; Agenda styling
org-agenda-tags-column 0
org-agenda-block-separator ?─
org-agenda-time-grid
'((daily today require-timed)
(800 1000 1200 1400 1600 1800 2000)
" ┄┄┄┄┄ " "┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄")
org-agenda-current-time-string
"<── now ─────────────────────────────────────────────────"
org-agenda-files (concat (file-name-as-directory fg42/org-home)
fg42/agenda-files)
org-directory fg42/org-home
org-default-notes-file (concat (file-name-as-directory fg42/org-home)
fg42/notes-file)
org-directory fg42/org-home
org-default-notes-file (concat (file-name-as-directory fg42/org-home)
fg42/notes-file)
org-refile-targets '((org-agenda-files :maxlevel . 3))
org-refile-targets '((org-agenda-files :maxlevel . 3))
(with-eval-after-load "ox-latex"
(setq org-latex-default-packages-alist