diff options
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org index 0ac6720..9a3d8f9 100644 --- a/TODO.org +++ b/TODO.org | |||
@@ -15,9 +15,12 @@ | |||
15 | I just have to make sure it's loading correctly in my own config… bleh | 15 | I just have to make sure it's loading correctly in my own config… bleh |
16 | 16 | ||
17 | - and add: | 17 | - and add: |
18 | - [ ] ヽ(°〇°)ノ | 18 | - [ ] =ヽ(°〇°)ノ= |
19 | - [ ] ୧((#Φ益Φ#))୨ | 19 | - [ ] =୧((#Φ益Φ#))୨= |
20 | 20 | - [ ] =(╥﹏╥)= | |
21 | - [ ] =Σ ◕ ◡ ◕= | ||
22 | - [ ] =╭∩╮(︶_︶)╭∩╮= | ||
23 | - [ ] =ʕ ᴖᴥᴖʔ= | ||
21 | 24 | ||
22 | ** TODO keep-acs (name?) | 25 | ** TODO keep-acs (name?) |
23 | 26 | ||
@@ -33,6 +36,11 @@ allow more configuration of where the mouse goes: | |||
33 | - '(banish . (x . y)) | 36 | - '(banish . (x . y)) |
34 | - … | 37 | - … |
35 | 38 | ||
39 | ** TODO add functionality to =electric-cursor-mode= | ||
40 | |||
41 | - Enable idle cursor changing, dependent on mode | ||
42 | - see [[https://www.emacswiki.org/emacs/cursor-chg.el][cursor-chg.el]] | ||
43 | |||
36 | * Configuring | 44 | * Configuring |
37 | 45 | ||
38 | ** TODO Install =el-patch=? | 46 | ** TODO Install =el-patch=? |
@@ -62,6 +70,10 @@ from karthink (and prot) | |||
62 | - call normal with =C-u C-x b= | 70 | - call normal with =C-u C-x b= |
63 | - look at =consult--source-buffer= and define one there | 71 | - look at =consult--source-buffer= and define one there |
64 | 72 | ||
73 | ** TODO Fix =title-case= to work with “hard” spaces | ||
74 | |||
75 | e.g., “A gold watch” title-cases to “A gold Watch” | ||
76 | |||
65 | * Productivity | 77 | * Productivity |
66 | 78 | ||
67 | ** TODO LOOK AT [[https://github.com/odeke-em/drive][DRIVE]] | 79 | ** TODO LOOK AT [[https://github.com/odeke-em/drive][DRIVE]] |