diff options
author | William Carroll <wpcarro@gmail.com> | 2020-09-06T12·47+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-09-06T12·49+0100 |
commit | 5cf6a0b23da854d10a37eb84e7eff1557da51daa (patch) | |
tree | 6adc181e83c422b477346f0611f225db01f7b7b2 /playbooks | |
parent | b89d1f0a1f2952241671ccd89913d34fe57da6d7 (diff) |
Add defgroup vterm-mgt for vterm-mgt
In the past I used `defconst` in many of my Elisp libraries where I should've used something like: ```elisp ;; some/path/to/some-lib.el (defgroup some-lib nil) (defcustom some-lib-setting nil :group 'some-lib) ``` When I encounter code that I should've structured this way, I'm cleaning it up to prefer this more idiomatic pattern.
Diffstat (limited to 'playbooks')
0 files changed, 0 insertions, 0 deletions