Safe variables

master
Jacopo De Simoi 4 years ago
parent 642bbce57e
commit 417bc74b89
  1. 5
      custom.el

@ -89,7 +89,10 @@
'(geiser-guile adaptive-wrap org-roam excorporate helm-ag helm-projectile org-journal gist async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter avy markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm avy-zap))
'(parens-require-spaces nil)
'(safe-local-variable-values
'((org-src-preserve-indentation . t)
'((eval save-excursion
(org-babel-goto-named-src-block "def-tag")
(org-babel-execute-src-block))
(org-src-preserve-indentation . t)
(eval save-excursion
(org-babel-goto-named-src-block "startup")
(org-babel-execute-src-block)

Loading…
Cancel
Save