kemonine
kemonine pushed to main at kemonine/emacs 2023-04-13 13:31:22 +00:00
ebf4730101 add functions for docking current buffer in side windows (top, bottom, left or right)
kemonine pushed to main at kemonine/emacs 2023-04-13 12:07:57 +00:00
7c06b7dead tweak dayJob workspace to be more in line with personal use day to day
kemonine pushed to main at kemonine/emacs 2023-04-12 22:19:02 +00:00
bb7162a9e9 add way to open scratch buffer frame with a prompt on major mode to use
2963e3c323 add way to open scratch buffer on right with a prompt on major mode to use
Compare 2 commits »
kemonine pushed to main at kemonine/emacs 2023-04-12 21:44:57 +00:00
1a2bb74a1a remove keep window size parm when docking dired to side bar : not strictly needed on desktop and greatly helps mobile
kemonine pushed to main at kemonine/emacs 2023-04-12 19:24:19 +00:00
79416dab24 add deploy project/todo template to org-capture setup
800b4fdcd4 fix conditional logic bug in org-capture setup
f591417791 add function that puts text buffer in right side window
Compare 3 commits »
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