diff options
| author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-15 21:56:28 +0000 | 
|---|---|---|
| committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-15 21:56:28 +0000 | 
| commit | 6c4ae683ef476e112e52074b18483c5b77c71b8f (patch) | |
| tree | 4c9097b10ae295c90f03fd62b21fff047165b44b | |
| parent | f552d9c26f603c326438bbef0311a347bc8520ba (diff) | |
| download | dotfiles-6c4ae683ef476e112e52074b18483c5b77c71b8f.tar.gz dotfiles-6c4ae683ef476e112e52074b18483c5b77c71b8f.tar.bz2 dotfiles-6c4ae683ef476e112e52074b18483c5b77c71b8f.zip | |
Disable Zoom and put `org clock in` on WAIT
| -rw-r--r-- | Emacs/.config/emacs/config.org | 17 | 
1 files changed, 15 insertions, 2 deletions
| diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index d76459e..b9f2693 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1002,13 +1002,21 @@ favourite Greek philosopher, Prot.            org-backward-paragraph            org-fill-paragraph)))  #+end_src -** Zoom +** WAIT Zoom +:PROPERTIES: +:header-args:emacs-lisp: :tangle no :results none +:END:  Zoom provides a very useful capability: dynamic resizing of windows  based on which one is active.  I prefer larger font sizes but make it  too large and it's difficult to have multiple buffers side by side.  This package allows larger font sizes and still have multiple buffers  side by side. +2025-02-14:  Though this is quite nice in concept, I find it quite +distracting with a lot of buffers.  Will leave this configuration here +in case I realise later on I really like this - otherwise, it shall be +cleaned up. +  #+begin_src emacs-lisp  (use-package zoom    :straight t @@ -1913,14 +1921,19 @@ todo file directly.      "ZR" #'org-capture-refile      "ZQ" #'org-capture-kill))  #+end_src -** WIP Org clock-in +** WAIT Org clock-in  :PROPERTIES:  :header-args:emacs-lisp: :tangle no :results none  :END: +  Org provides a nice timekeeping system that allows for managing how  much time is taken per task.  It even has an extensive reporting  system to see how much time you spend on specific tasks or overall. +2025-02-15: I haven't found much use for this yet but the system is +quite expressive.  If I needed time-keeping somewhere, I know where to +go. +  #+begin_src emacs-lisp  (use-package org-clock    :after org | 
