aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"