diff options
| author | tslil clingman <> | 2020-04-24 14:54:27 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-04-24 14:54:27 -0700 |
| commit | f9bfebc7b029df463d2e03bf9af178a8bb442ca3 (patch) | |
| tree | e321812f09a659d265a7deff13b3746733301e58 /emacs/scripts/cdm-mode.el | |
| parent | 18bb5178ea2d2d1f2f0e788ab33bfbdf59376837 (diff) | |
Small fix to cdm-mode
Diffstat (limited to 'emacs/scripts/cdm-mode.el')
| -rw-r--r-- | emacs/scripts/cdm-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/scripts/cdm-mode.el b/emacs/scripts/cdm-mode.el index d4b1964..6aba06f 100644 --- a/emacs/scripts/cdm-mode.el +++ b/emacs/scripts/cdm-mode.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-04-23 21:05:46 (tslil@bison)> +;; Time-stamp: <2020-04-24 14:42:09 (tslil@bison)> (defvar cdm-arr-type-list '(("arrow" . "a") ("2-cell arrow" . "n") @@ -315,7 +315,7 @@ (defun cdm--init () (require 'subr-x) - (require 'cl)) + (require 'cl-lib)) (define-minor-mode cdm-mode "Minor mode to help with commutative diagrams" |
