diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-01 14:29:48 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-01 14:29:48 -0400 |
commit | b498875c9729731d8635b32ab61b4ce20b03ab27 (patch) | |
tree | 7c57202272455a4499748be4b3dea3ba9907bc13 | |
parent | 043cf9aa1978b61d28be03234975fc32336fe2ae (diff) | |
download | configs-b498875c9729731d8635b32ab61b4ce20b03ab27.tar.gz configs-b498875c9729731d8635b32ab61b4ce20b03ab27.tar.xz configs-b498875c9729731d8635b32ab61b4ce20b03ab27.zip |
[emacs/org] fix use of deprecated function
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -888,7 +888,7 @@ And here's where my actual Org configurations begin: (setq org-src-tab-acts-natively t org-src-preserve-indentation nil org-edit-src-content-indentation 0 - org-email-link-description-format "Email %c: %s" ; %.30s + org-link-email-description-format "Email %c: %s" ; %.30s org-highlight-latex-and-related '(entities) org-use-speed-commands t org-startup-folded 'content |