Commit Graph

196 Commits

Author SHA1 Message Date
KemoNine 7aa4aa9ce6 add error handling to code that deletes the scratch buffer as it may not always be present and its a non-error 2023-04-11 09:28:16 -04:00
KemoNine a6eb011afd multi-scratch buffers based on mode as well as scratch buffer save/restore like persp-mode does for windows 2023-04-10 15:22:13 -04:00
KemoNine 075516e69f add scratch buffer management plugins 2023-04-10 14:52:00 -04:00
KemoNine 1c00b9ac38 move org mode mobile workspace stuff to workspaces elisp file 2023-04-08 15:22:25 -04:00
KemoNine a72c1eff63 rework org-mode workspace to avoid issues with agenda being in a side window 2023-04-08 15:02:06 -04:00
KemoNine 4b9d4acb0c further implementation of work spaces ; make kill-other-buffers function take dired buffers into account for additional cleanup when switching workspaces 2023-04-08 14:52:14 -04:00
KemoNine ae4c4426cf auto start the empty code workspace on code profile launch 2023-04-08 13:33:01 -04:00
KemoNine c6acdcb3a2 remove burly ; persp-mode is a better fit for current needs 2023-04-08 13:32:43 -04:00
KemoNine c05bd7c9ce add additional workspaces for persp-mode auto save, manual invocaton 2023-04-08 13:27:42 -04:00
KemoNine 2b6e9edc6d major refactor
- add my/ prefix to mini functions used by setup/tuning
- add/refactor functions used directly to have kmn/ prefix
- break generic functions that are re-used globally to dedicted elisp file
- break workspace defintions out into dedicated elisp file
2023-04-08 12:53:12 -04:00
KemoNine 5ba85bbb76 cleanup zoom config ; add centaur tabs to code profile 2023-04-08 12:14:10 -04:00
KemoNine c8c7e4457c remove tab bar config, it is not useful for kemonine 2023-04-08 12:10:00 -04:00
KemoNine f9b5908719 add function to show the org agenda buffer in the top side window ; re-work the after-init org-mode hook to better auto-layout a default work space 2023-04-08 11:41:00 -04:00
KemoNine 8f829a6d6c tweak org-agenda so it re-uses the current window when displaying instead of re-arranging all the things 2023-04-08 11:40:14 -04:00
KemoNine f657642113 add prefix to some custom function, tweak keymap to run dired in left side window, tweak keymap to have better 'select all' function ; add persp-mode back to allow restoring prior sessions via auto-save 2023-04-08 10:09:49 -04:00
KemoNine 03538e2ec6 re-install persp-mode for buffer list saving and possible session restore 2023-04-08 09:23:13 -04:00
KemoNine 6d92b313d9 omit dired buffers from zoom golden ratio resizing 2023-04-08 09:17:09 -04:00
KemoNine 6aeddd5b3a flip order of auto opened org-mode files 2023-04-07 19:41:51 -04:00
KemoNine 96878ea701 update desktop org-mode to auto-position at TOP of agenda ; tweak org super agenda groupings to be more in line with current needs 2023-04-07 19:35:28 -04:00
KemoNine 695ad43182 fix mobile profile bug ; adjust org agenda parms for bigger mobile display 2023-04-07 17:36:08 -04:00
KemoNine 074711bf31 remove projectile related elpa plugins (no longer needed) 2023-04-07 17:35:15 -04:00
KemoNine d54f4e23eb clean up org agendas, tune auto-start layout for org-mode profile ; add auto-uuid generator for org-mode files ; add method for opening a dired side panel 2023-04-07 17:10:23 -04:00
KemoNine 225249290d add missing comment section headres ; add fundamental burly.el setup ; overhaul dired so it can be setup as a side window at a later point and behaves more how kemo expects notably:
- hide details by default
- re-use dired buffer for opening folders
- open files in other windows
2023-04-07 15:26:46 -04:00
KemoNine 44cd68be09 elpa updates 2023-04-07 15:25:24 -04:00
KemoNine 2e9149f2c7 remove unused elpa packages 2023-04-07 11:28:31 -04:00
KemoNine 0b54a5c96b remove perp-mode and projectile from config ; perp-mode will be replaced (was only used to filter buffer lists) and projectile was removed due to non use 2023-04-07 11:28:13 -04:00
KemoNine 4f1e9b2dd9 tweak zoom settings to also resize temp buffers, added note on what to call to toggle the mode if needed 2023-04-07 11:05:09 -04:00
KemoNine ff27832a2e add keyboard-quit to keybinds 2023-03-26 10:48:39 -04:00
KemoNine af3d1b75f1 tune ox-hugo exported file types 2023-03-22 07:45:07 -04:00
KemoNine 02ca9051de update code profile melpa packages 2023-03-22 07:44:34 -04:00
KemoNine c2989532ad remove auto-hide of slipbox items ; show them by default now 2023-02-25 12:15:41 -05:00
KemoNine e3de9290d3 remove comment block that was not used/relevant 2023-02-25 12:15:27 -05:00
KemoNine 4c3e3da067 *sigh* ; even a 20s notification is better than none ; put org-alert back into place 2023-02-25 12:13:32 -05:00
KemoNine 6ca04c92b9 attempt to fine tune org notifications on windows ; failed but updated code is present for future attempts 2023-02-25 11:51:12 -05:00
KemoNine 508396466a re-enable toasts on windows ; something is better than nothing 2023-02-25 10:58:58 -05:00
KemoNine da4e00a6c8 disable org-alert as i cannot find a good way to pop a notification that sticks around and is useful to me 2023-02-25 10:42:17 -05:00
KemoNine e5952e241f enabled/configured org-alert for windows 2023-02-25 09:12:53 -05:00
KemoNine 356980b7ce add alert-toast to org profile 2023-02-25 09:09:47 -05:00
KemoNine e3d0589559 basic org-alert additions ; currently disabled due to errors 2023-02-25 09:02:27 -05:00
KemoNine 2d28bdf85e updates for melpa 'stuff' ; add org-alert for full emacs client alerts on calendar items 2023-02-21 13:23:55 -05:00
KemoNine ffaa757ded update [m]elpa 2023-02-21 13:17:08 -05:00
KemoNine 1f694df812 flip to dedicated slipbox template 2023-02-19 09:21:35 -05:00
KemoNine 02f3060030 add more auto-copy ox-hugo file formats to the export config 2023-02-16 11:44:06 -05:00
KemoNine 908f03dc44 remove dead code 2023-02-13 12:49:36 -05:00
KemoNine 52b5951323 setup origami to use tab to toggle folded or not on org-agenda ; tweak super agenda origami tie in to fix off by one bug 2023-02-13 12:47:11 -05:00
KemoNine b7287c50f8 tie origami to org super agenda and auto-hide some low-priority groupings by default 2023-02-13 12:12:29 -05:00
KemoNine f989fbeedf fix find-file defintions that werent updated for the orgzly shuffle 2023-02-13 08:35:34 -05:00
KemoNine 060e3103ea tune todo setup to work with orgzly slip box / daily churn area -- includes some keyboard shortcut tweaks to make things more cohesive 2023-02-13 08:29:18 -05:00
KemoNine 1b1d299e2b add meds to dedicated org-super-agenda zone, change up org-agenda files slightly to be better organized for my needs 2023-02-12 18:40:21 -05:00
KemoNine 844b169558 add orzly slipbox to agendas, remoxe tags from main agenda 2023-02-12 17:59:07 -05:00