- '((eval setq org-latex-prefer-user-labels t)
- (eval add-hook 'after-save-hook 'org-latex-export-to-latex t t)
- (org-hugo-footer . "
-
-[//]: # \"Exported with love from a post written in Org mode\"
-[//]: # \"- https://ox-hugo.scripter.co\"")
- (eval add-hook 'after-save-hook #'amin/async-babel-tangle 'append 'local))))
+ '((tex-main-file . "./bandali-mmath-thesis.tex")
+ (tex-main-file . "../bandali-mmath-thesis.tex")
+ (flycheck-disabled-checkers emacs-lisp-checkdoc)
+ (tex-main-file . "./thesis.tex")
+ (tex-main-file . "../thesis.tex")
+ (org-export-allow-bind-keywords . t)
+ (eval load-file "thesis.el")
+ (eval modify-syntax-entry 43 "'")
+ (eval modify-syntax-entry 36 "'")
+ (eval modify-syntax-entry 126 "'")
+ (eval require 'org-ref)
+ (eval when
+ (featurep 'typo
+ (typo-mode -1)))
+ (eval add-hook 'after-save-hook #'a/async-babel-tangle 'append 'local)
+ (eval add-hook 'after-save-hook 'org-beamer-export-to-latex t t)
+ (eval setq org-latex-prefer-user-labels t)
+ (eval add-hook 'after-save-hook 'org-latex-export-to-latex t t)))
+ '(save-interprogram-paste-before-kill t)
+ '(save-place-file "/home/bandali/.emacs.d/var/save-place.el")
+ '(savehist-file "/home/bandali/.emacs.d/var/savehist.el")
+ '(search-default-mode 'char-fold-to-regexp)
+ '(split-width-threshold 150)
+ '(text-scale-mode-step 1.05 t)
+ '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$"))
+ '(vc-annotate-background "#282c34")
+ '(vc-annotate-color-map
+ (list
+ (cons 20 "#98be65")
+ (cons 40 "#b4be6c")
+ (cons 60 "#d0be73")
+ (cons 80 "#ECBE7B")
+ (cons 100 "#e6ab6a")
+ (cons 120 "#e09859")
+ (cons 140 "#da8548")
+ (cons 160 "#d38079")
+ (cons 180 "#cc7cab")
+ (cons 200 "#c678dd")
+ (cons 220 "#d974b7")
+ (cons 240 "#ec7091")
+ (cons 260 "#ff6c6b")
+ (cons 280 "#cf6162")
+ (cons 300 "#9f585a")
+ (cons 320 "#6f4e52")
+ (cons 340 "#5B6268")
+ (cons 360 "#5B6268")))
+ '(vc-annotate-very-old-color nil)
+ '(vc-git-print-log-follow t)
+ '(version-control t)
+ '(view-read-only t)
+ '(web-mode-enable-auto-indentation nil t)
+ '(which-key-add-column-padding 5)
+ '(which-key-max-description-length 32))