about summary refs log tree commit diff
path: root/emacs/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-09-06T12·47+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-09-06T12·49+0100
commit5cf6a0b23da854d10a37eb84e7eff1557da51daa (patch)
tree6adc181e83c422b477346f0611f225db01f7b7b2 /emacs/default.nix
parentb89d1f0a1f2952241671ccd89913d34fe57da6d7 (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 'emacs/default.nix')
0 files changed, 0 insertions, 0 deletions