From fc48b3319a0ebaec83f8ec93c7de9aef6b5fca2e Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 25 Aug 2021 11:56:58 +0200 Subject: [PATCH] Remove bold fix --- files/init.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/files/init.el b/files/init.el index d76a458..516ab45 100644 --- a/files/init.el +++ b/files/init.el @@ -317,12 +317,7 @@ ("w" "Work" entry (file "~/org/work.org") "* TODO %?\n") ("u" "University" entry (file "~/org/uni.org") "* TODO %?\n") ("p" "Personal" entry (file "~/org/personal.org") "* TODO %?\n"))) - org-edit-src-content-indentation 0) - (defun my-beamer-bold (contents backend info) - (when (eq backend 'beamer) - (replace-regexp-in-string "\\`\\\\[A-Za-z0-9]+" "\\\\textbf" contents))) - - (add-to-list 'org-export-filter-bold-functions 'my-beamer-bold)) + org-edit-src-content-indentation 0)) ;; fancy bullets for org (use-package org-bullets