From bd663e38597cf8c96b24b9c55506356f2c27ab8b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 12 Apr 2023 20:23:55 +0200 Subject: [PATCH] +dictcc --- conf-lisp/dictcc.el | 3 +++ init/13-dict.el | 1 + 2 files changed, 4 insertions(+) create mode 100644 conf-lisp/dictcc.el create mode 120000 init/13-dict.el diff --git a/conf-lisp/dictcc.el b/conf-lisp/dictcc.el new file mode 100644 index 0000000..3cf4f66 --- /dev/null +++ b/conf-lisp/dictcc.el @@ -0,0 +1,3 @@ +(use-package dictcc + :config + (defalias 'dict 'dictcc)) diff --git a/init/13-dict.el b/init/13-dict.el new file mode 120000 index 0000000..89a7373 --- /dev/null +++ b/init/13-dict.el @@ -0,0 +1 @@ +../conf-lisp/dictcc.el \ No newline at end of file