tvl-depot/emacs/.emacs.d
William Carroll 5cf6a0b23d 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.
2020-09-06 13:49:53 +01:00
..
snippets More Elisp linting 2020-09-01 10:17:43 +01:00
vendor Delete unused slack-snippets module 2020-09-02 14:38:42 +01:00
wpc Add defgroup vterm-mgt for vterm-mgt 2020-09-06 13:49:53 +01:00
init.el General Elisp linting 2020-09-02 14:09:15 +01:00
opam-user-setup.el Move move .emacs.d out of configs/shared 2020-01-30 16:00:29 +00:00