mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Prompt for unsafe variables
This commit is contained in:
parent
0ed07d5c17
commit
bb30609857
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue