aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-21 15:40:51 +1000
committerYuchen Pei <hi@ypei.me>2022-09-21 15:40:51 +1000
commitdda5e704863196d8cafa4071fcf7daa3bb5928cf (patch)
tree9a2b0568729f2cefdba1597c26402e93f10d1e84
parentdae8c96bfdcf81ff6e39890de2d3d1be788e552f (diff)
typo
-rw-r--r--hcel-source.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/hcel-source.el b/hcel-source.el
index dbc2ca2..bacb40f 100644
--- a/hcel-source.el
+++ b/hcel-source.el
@@ -19,12 +19,12 @@
(require 'hcel-client)
-(setq-local hcel-identifiers nil)
-(setq-local hcel-declarations nil)
-(setq-local hcel-occurrences nil)
-(setq-local hcel-package-id nil)
-(setq-local hcel-module-path nil)
-(setq-local hcel-highlight-id nil)
+(defvar-local hcel-identifiers nil)
+(defvar-local hcel-declarations nil)
+(defvar-local hcel-occurrences nil)
+(defvar-local hcel-package-id nil)
+(defvar-local hcel-module-path nil)
+(defvar-local hcel-highlight-id nil)
(define-derived-mode hcel-mode special-mode "hcel"
"Major mode for exploring Haskell codebases"