kemonine
kemonine pushed to main at kemonine/emacs 2023-04-12 17:53:23 +00:00
fd2e80c231 make org syntax highlighting of code blocks a global config
kemonine pushed to main at kemonine/emacs 2023-04-11 19:44:41 +00:00
67219564a3 add workspace that opens 'scratch' frame for quick notes 'off to the side'
281ea9b221 make centaur tabs global, setup misc, dired and help groupings
52de1bdd65 add centaur tabs to org profile
Compare 3 commits »
kemonine pushed to main at kemonine/emacs 2023-04-11 18:20:09 +00:00
e5d0f68dc4 fix C-a / C-e nav functions and keyboard shortcuts
kemonine pushed to main at kemonine/emacs 2023-04-11 16:39:18 +00:00
75ab209b53 fix broken day job path
kemonine pushed to main at kemonine/emacs 2023-04-11 16:32:22 +00:00
896a394611 disable xclip for day job (doesnt apply)
kemonine pushed to main at kemonine/emacs 2023-04-11 16:21:18 +00:00
3d4ff6a1d2 further day job related adjustments to what loads and when
kemonine pushed to main at kemonine/emacs 2023-04-11 16:14:33 +00:00
f8c273e7fd add day job initial config
80a7dc502e add conditionals around non-universal / personal config to allow day job config to be built
9046f48acc add function/variable flag for 'dayJob' environment
Compare 3 commits »
kemonine pushed to main at kemonine/emacs 2023-04-11 13:28:21 +00:00
7aa4aa9ce6 add error handling to code that deletes the scratch buffer as it may not always be present and its a non-error
kemonine pushed to main at kemonine/emacs 2023-04-10 19:22:18 +00:00
a6eb011afd multi-scratch buffers based on mode as well as scratch buffer save/restore like persp-mode does for windows
075516e69f add scratch buffer management plugins
Compare 2 commits »
kemonine pushed to main at kemonine/emacs 2023-04-08 19:22:30 +00:00
1c00b9ac38 move org mode mobile workspace stuff to workspaces elisp file
kemonine pushed to main at kemonine/emacs 2023-04-08 19:02:12 +00:00
a72c1eff63 rework org-mode workspace to avoid issues with agenda being in a side window
4b9d4acb0c further implementation of work spaces ; make kill-other-buffers function take dired buffers into account for additional cleanup when switching workspaces
Compare 2 commits »
kemonine pushed to main at kemonine/emacs 2023-04-08 17:33:05 +00:00
ae4c4426cf auto start the empty code workspace on code profile launch
c6acdcb3a2 remove burly ; persp-mode is a better fit for current needs
c05bd7c9ce add additional workspaces for persp-mode auto save, manual invocaton
Compare 3 commits »
kemonine pushed to main at kemonine/emacs 2023-04-08 16:53:18 +00:00
2b6e9edc6d major refactor
kemonine pushed to main at kemonine/emacs 2023-04-08 16:14:15 +00:00
5ba85bbb76 cleanup zoom config ; add centaur tabs to code profile
kemonine pushed to main at kemonine/emacs 2023-04-08 16:10:04 +00:00
c8c7e4457c remove tab bar config, it is not useful for kemonine
kemonine pushed to main at kemonine/emacs 2023-04-08 15:41:05 +00:00
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
8f829a6d6c tweak org-agenda so it re-uses the current window when displaying instead of re-arranging all the things
Compare 2 commits »
kemonine pushed to main at kemonine/emacs 2023-04-08 14:09:54 +00:00
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
kemonine pushed to main at kemonine/emacs 2023-04-08 13:23:22 +00:00
03538e2ec6 re-install persp-mode for buffer list saving and possible session restore
kemonine pushed to main at kemonine/emacs 2023-04-08 13:17:25 +00:00
6d92b313d9 omit dired buffers from zoom golden ratio resizing
kemonine pushed to main at kemonine/emacs 2023-04-07 23:41:55 +00:00
6aeddd5b3a flip order of auto opened org-mode files