fix(emacs-lisp): 'defining as dynamic an already lexical var' error
Fix: #7653
Amend: 3bea4f66a8
This commit is contained in:
parent
2fb0bf98ae
commit
a5ff292cbd
1 changed files with 2 additions and 0 deletions
|
@ -228,6 +228,8 @@ See `+emacs-lisp-non-package-mode' for details.")
|
||||||
;; expensive functionality, this will often introduce unexpected freezes
|
;; expensive functionality, this will often introduce unexpected freezes
|
||||||
;; without this advice.
|
;; without this advice.
|
||||||
;; TODO: PR upstream?
|
;; TODO: PR upstream?
|
||||||
|
(defvar org-inhibit-startup)
|
||||||
|
(defvar org-mode-hook)
|
||||||
(defadvice! +emacs-lisp--optimize-org-init-a (fn &rest args)
|
(defadvice! +emacs-lisp--optimize-org-init-a (fn &rest args)
|
||||||
"Disable unrelated functionality to optimize calls to `org-mode'."
|
"Disable unrelated functionality to optimize calls to `org-mode'."
|
||||||
:around #'elisp-demos--export-json-file
|
:around #'elisp-demos--export-json-file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue