diff --git a/lisp/fg42/editor.el b/lisp/fg42/editor.el index d109a6e..085efd3 100644 --- a/lisp/fg42/editor.el +++ b/lisp/fg42/editor.el @@ -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) diff --git a/lisp/fg42/org.el b/lisp/fg42/org.el index 45a7559..373c605 100644 --- a/lisp/fg42/org.el +++ b/lisp/fg42/org.el @@ -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 (("" . 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