Commit 0ab0801
various code cleanup/API imporvements
- fix naming to separate public/private API (double dashes)
- simplify variables manipulation with `alist-get`
- store frame and tab information in variables instead of names
External manipulation, such as killing is handled via listening to
`kill-buffer-hook`. Renaming by user is irrelevant since we don't
rely on names. Information is tied directly to the buffer object.
- group code into semantically different sections
- remove obsolete/redundant behaviour
- move configuration procedures (such as `add-hook`) to the end of
file. Otherwise, some symbols might happen to be undefined in hooked
functions.
- remove tco mentions1 parent 85fe103 commit 0ab0801
2 files changed
Lines changed: 336 additions & 401 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
0 commit comments