diff options
-rw-r--r-- | bookmarks | 14 | ||||
-rw-r--r-- | myinit.org | 17 | ||||
-rw-r--r-- | org-clock-save.el | 4 |
3 files changed, 17 insertions, 18 deletions
@@ -30,17 +30,17 @@ (position . 24886)) ("org-capture-last-stored-marker" (filename . "~/org/home.org") - (front-context-string . "*** TODO Put up ") - (rear-context-string . "2021-10-06 Wed]\n") - (position . 674)) + (front-context-string . "*** NEXT Add chr") + (rear-context-string . " Christmas 2021\n") + (position . 2261)) ("org-refile-last-stored" (filename . "~/org/home.org") - (front-context-string . "*** TODO Put up ") - (rear-context-string . "2021-10-06 Wed]\n") - (position . 674)) + (front-context-string . "*** NEXT Add chr") + (rear-context-string . " Christmas 2021\n") + (position . 2261)) ("org-capture-last-stored" (filename . "~/org/work.org") - (front-context-string . "** NEXT Remind A") + (front-context-string . "** NEXT Make sur") (rear-context-string . " Single Actions\n") (position . 108)) ) @@ -11,11 +11,10 @@ I do not want visual line mode in org mode. Nor do I want flycheck-mode on. - #+begin_src emacs-lisp - ;; turn off flycheck-mode - (add-hook 'org-mode-hook (lambda () flycheck-mode -1)) - #+end_src - +#+begin_src emacs-lisp +;; turn off flycheck-mode +(add-hook 'org-mode-hook (lambda () flycheck-mode -1)) +#+end_src ** Keybindings @@ -315,10 +314,10 @@ This now is all about the agenda dispatcher - a critical piece of my configurato (setq visible-bell t) -;; (set-face-attribute 'default nil :font "Jetbrains Mono" :height 140) -(set-face-attribute 'default nil :font "UbuntuMono Nerd Font Mono" :height 160) -;;(load-theme 'tango-dark) -(load-theme 'gruvbox-dark-hard t) +(set-face-attribute 'default nil :font "Jetbrains Mono" :height 140) +;;(set-face-attribute 'default nil :font "UbuntuMono Nerd Font Mono" :height 160) +(load-theme 'tango-dark) +;;(load-theme 'gruvbox-dark-hard t) ;; calendar proper Monday start (setq calendar-week-start-day 1) diff --git a/org-clock-save.el b/org-clock-save.el index b6f6dfb..3a8f1cb 100644 --- a/org-clock-save.el +++ b/org-clock-save.el @@ -1,2 +1,2 @@ -;; org-clock-save.el - x220 at <2021-10-15 Fri 17:33> -(setq org-clock-stored-history '(("/home/lemon/org/archive.org" . 24934) ("/home/lemon/org/archive.org" . 54821) ("/home/lemon/org/work.org" . 1528) ("/home/lemon/org/work.org" . 5339) ("/home/lemon/org/habits.org" . 2302))) +;; org-clock-save.el - x220 at <2021-10-18 Mon 11:41> +(setq org-clock-stored-history '(("/home/lemon/org/archive.org" . 24934) ("/home/lemon/org/archive.org" . 54821) ("/home/lemon/org/work.org" . 1486) ("/home/lemon/org/work.org" . 5297) ("/home/lemon/org/home.org" . 2738))) |