replaced defvar' with setq-local'
This commit fixes an issue where once an elisp block had been evaluated, its value would not changed until Emacs were to be restarted. Hopefully this will fix it.
This commit is contained in:
@@ -658,7 +658,7 @@
|
||||
#+NAME: vow-dot
|
||||
#+BEGIN_SRC emacs-lisp :noweb yes :exports none :eval yes
|
||||
<<tree-dot>>
|
||||
(defvar eittlandic-vowels
|
||||
(setq-local eittlandic-vowels
|
||||
'("vowels"
|
||||
("[high]"
|
||||
("[rnd]"
|
||||
@@ -902,7 +902,7 @@
|
||||
#+NAME: cons-dot
|
||||
#+BEGIN_SRC emacs-lisp :noweb yes :exports none :eval yes
|
||||
<<tree-dot>>
|
||||
(defvar eittlandic-consonants
|
||||
(setq-local eittlandic-consonants
|
||||
'("consonants"
|
||||
("[occ]"
|
||||
("[cor]"
|
||||
|
||||
6
nyqy.org
6
nyqy.org
@@ -189,7 +189,7 @@
|
||||
#+NAME: cons-tree
|
||||
#+BEGIN_SRC emacs-lisp :noweb yes :exports none :eval yes :cache yes
|
||||
<<tree-dot>>
|
||||
(defvar nyqy-consonants
|
||||
(setq-local nyqy-consonants
|
||||
'("[cons]"
|
||||
("[son]"
|
||||
("[dor]"
|
||||
@@ -309,7 +309,7 @@
|
||||
#+NAME: vow-tree
|
||||
#+BEGIN_SRC emacs-lisp :noweb yes :exports none :eval yes :cache yes
|
||||
<<tree-dot>>
|
||||
(defvar nyqy-vowels
|
||||
(setq-local nyqy-vowels
|
||||
'("[vowel]"
|
||||
("[back]"
|
||||
("[tense]"
|
||||
@@ -705,7 +705,7 @@
|
||||
#+NAME: basic-syntax-tree
|
||||
#+BEGIN_SRC emacs-lisp :noweb yes :exports none :eval yes :cache yes
|
||||
<<tree-dot>>
|
||||
(defvar nyqy-syntax-tree
|
||||
(setq-local nyqy-syntax-tree
|
||||
'("S"
|
||||
("Obl")
|
||||
("S'"
|
||||
|
||||
4
taso.org
4
taso.org
@@ -73,7 +73,7 @@
|
||||
#+name: cons-tree
|
||||
#+BEGIN_SRC emacs-lisp :noweb yes :exports none :eval yes :cache yes
|
||||
<<tree-dot>>
|
||||
(defvar taso-consonants
|
||||
(setq-local taso-consonants
|
||||
'("consonant"
|
||||
("[son]"
|
||||
("[cor]"
|
||||
@@ -156,7 +156,7 @@
|
||||
#+name: vowel-tree
|
||||
#+BEGIN_SRC emacs-lisp :noweb yes :exports none :eval yes :cache yes
|
||||
<<tree-dot>>
|
||||
(defvar taso-vowels
|
||||
(setq-local taso-vowels
|
||||
'("vowel"
|
||||
("[high]"
|
||||
("[frnt]"
|
||||
|
||||
Reference in New Issue
Block a user