Commit Graph

269 Commits

Author SHA1 Message Date
KemoNine 0dc65b257a add basic org-super-agenda stuff to config ; needs more tests ; this is incomplete / foundational work 2022-09-13 16:19:20 -04:00
KemoNine c73ab93edc update packages ; install org-super-agenda into org-mode profile 2022-09-13 15:06:22 -04:00
KemoNine d66bbc5052 adjust org agenda in conjunction with updates to files containing todos/habits to better present and manage things over time 2022-09-12 16:21:52 -04:00
KemoNine 8a0468e9fc fix url opening within termux environments 2022-09-08 15:15:25 -04:00
KemoNine 62c8e8cfb2 fix from granit for org tag completion via helm. seems a bug/behavior change with org 9 is the cause per granit 2022-09-08 12:49:35 -04:00
KemoNine 1d1b2a4d4f tweak helm separator for multi-select so it works by default with org tags ; this could be an issue with other things ; this should really be a function 2022-09-06 15:23:18 -04:00
KemoNine bf60b7c305 cleanup helm handling of multi tag selection; MUST REPLACE COMMA WITH COLON WHEN SELECTING THE FIRST TAG FOR THIS TO WORK 2022-09-06 15:08:49 -04:00
KemoNine 61c1847b97 replace golden-ratio (unmaintained) with zoom (maintained, more features) 2022-09-03 16:43:01 -04:00
KemoNine 671149706b enhance use of popwin to include quick reference as a keycombo to open in a popwin 2022-09-03 16:08:49 -04:00
KemoNine 4a1e66cd2c cleanup/solve the new code and setup for marking previous days as skipped while retaining them scheduled for today ; this is for help with health logging via habits 2022-09-02 12:57:41 -04:00
KemoNine 51ee49b12b start work on marking habits as skipped the previous day for better tracking (has bug on scheduled date currently) 2022-09-02 10:44:08 -04:00
KemoNine 189bbea314 adjust org habit graph on desktop so its less intrusive 2022-09-02 09:33:45 -04:00
KemoNine 743ab417b0 fix destiny agenda 2022-08-29 14:12:13 -04:00
KemoNine d828234728 add pop win to better leverage the scratch buffer for copy/pasta silly or copy editing needs 2022-08-28 13:36:06 -04:00
KemoNine ebcbf9a248 improve home/end nav via C-a and C-e ; tweak helm text config 2022-08-28 12:01:42 -04:00
KemoNine efb0478bfb add golden ratio, tune helm display, adjust line highlights so its only in code profile 2022-08-28 11:56:55 -04:00
KemoNine ddd7e1e6a6 tune helm based on suggestions from granit 2022-08-28 11:25:43 -04:00
KemoNine 842840d8b1 minor quality of life tweaks (highlight current line, y/n instead of yes/no 2022-08-28 11:14:22 -04:00
KemoNine 2a61250019 tune org setup so habits are separate from todos to help fix performance issues ; tweaked flyspell to ignore org-agenda ; mild cleanup of location of agenda tuning for org 2022-08-26 15:58:28 -04:00
KemoNine 40687da612 remove unneeded plugins 2022-08-26 14:53:58 -04:00
KemoNine 2822280595 fixup xdg-open on android/termux / remove nov, pdf-tools, org-noter as they cannot be used universally 2022-08-26 14:41:24 -04:00
KemoNine 6a52da50ee fix xclip setup / enable globally for extra sauces 2022-08-26 13:14:12 -04:00
KemoNine 8d62f62ea4 mild tuning ; shore up mobile support ; activate xclip on mobile 2022-08-26 12:48:45 -04:00
KemoNine 9a60998c25 elpa update / install xclip 2022-08-26 12:48:21 -04:00
KemoNine 3790c91768 remove notdeft 2022-08-26 12:46:14 -04:00
KemoNine 9af503897a fix helm-find-file error ; removed dired-rainbow 2022-08-26 12:04:43 -04:00
KemoNine 65e49cecfb remove unneeded persp-mode code ; tweak buffer list activation so helm more reliably filters ; as of this commit helm filtering /WORKS/ with persp-mode and no outside functions/etc 2022-08-26 11:07:27 -04:00
KemoNine 50c17ff520 cleanup and tune persp-mode and projectile 2022-08-26 10:25:29 -04:00
KemoNine d49c6a7b60 fix auto load of org personal agenda 2022-08-26 09:59:45 -04:00
KemoNine 99235454d8 tweak main org agenda to be more targeted/faster 2022-08-26 09:46:23 -04:00
KemoNine b992f56ad4 fix small bug with flyspell setup 2022-08-26 09:45:51 -04:00
KemoNine 3a2a3656ba Tweak to prevent pdf-tools from failing to setup within termux 2022-08-25 21:42:23 -04:00
KemoNine dbfc184f0b re-enable flyspell with helm integration 2022-08-25 20:05:52 -04:00
KemoNine dfa675b014 add helm flyspell extension 2022-08-25 20:05:35 -04:00
KemoNine c9b90e1fb3 cleanup destiny capture templtes 2022-08-25 19:04:33 -04:00
KemoNine 579d0be5c5 disable flyspell (for now) due to performance issues ; re-work agendas to be more meaningful 2022-08-25 18:52:29 -04:00
KemoNine 3289b8a202 add todo capture template that can have scheduled/deadline dates set via y/n/date prompts. see below for example template
** TODO [#%(oc/prmt `"Priority (A-F)`" 'td-priority)] %(oc/prmt `"Title`" 'td-title)
   %(oc/inc_date `"scheduled date`" `"SCHEDULED: `")
   %(oc/inc_date `"deadline date`" `"DEADLINE: `")
   %?
2022-08-25 15:18:07 -04:00
KemoNine 0f9321008e setup flyweel with hunspell globally (spell checking) 2022-08-25 14:03:48 -04:00
KemoNine 6be2464ac7 delete dictionaries -- no longer needed 2022-08-25 14:03:20 -04:00
KemoNine c2b1ad16c7 add latex 2022-08-25 13:42:37 -04:00
KemoNine 353fc03e4c turn on auto revert 2022-08-25 13:42:20 -04:00
KemoNine c39d7de783 integrate org-noter 2022-08-25 12:12:30 -04:00
KemoNine a6b2f37182 add missing melpa package 2022-08-25 11:53:51 -04:00
KemoNine 7e00753126 added pdf-tools 2022-08-25 11:49:25 -04:00
KemoNine 285dbbfd5b setup nov.el in org profile 2022-08-25 11:37:02 -04:00
KemoNine 90cd4b4840 update packages 2022-08-25 11:19:45 -04:00
KemoNine 3f55d01e4a setup markdown preview mode in code profile 2022-08-25 11:14:22 -04:00
KemoNine d2f3af9076 update packages / add markdown preview mode packages 2022-08-25 11:13:38 -04:00
KemoNine d5f257ce5a add notdeft 2022-08-25 09:58:41 -04:00
KemoNine a7b79d5468 remove xeft config ; will be using notdeft next / going forward 2022-08-25 08:56:58 -04:00