[emacs] Prompt for unsafe variables

This commit is contained in:
Correl Roush 2021-08-02 15:47:18 -04:00
parent 0ed07d5c17
commit bb30609857

View file

@ -110,6 +110,13 @@ Replace an s-expression with its value. Taken from [[http://emacsredux.com/blog/
(global-set-key (kbd "C-)") 'eval-and-replace)
#+end_src
** Prompt for unsafe local variables
Doom sets this to =:safe=, logging unsafe variables for later addressing. I'd
rather continue to be prompted.
#+begin_src emacs-lisp
(setq enable-local-variables t)
#+end_src
* Writing
** BibTeX