From f5016879594b04cea4ba60e650000e588d5dbdfd Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 17 Oct 2023 09:26:46 +0200 Subject: [PATCH] Update Emacs configuration --- .emacs.d/init.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 45e75f1..05b76d3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -22,7 +22,8 @@ (pcase system-type ('darwin - (setq initial-frame-alist '((fullscreen . fullboth))) + (setq initial-frame-alist '((fullscreen . fullboth)) + frame-title-format "Emacs") (set-fontset-font t '(?􀀀 . ?􏿽) "SF Pro Display")) ('android (tool-bar-mode) @@ -119,7 +120,10 @@ (elpaca (breadcrumb :repo "https://github.com/joaotavora/breadcrumb")) (elpaca (corfu :pre-build (("mv" "extensions/corfu-indexed.el" "corfu-indexed.el") - ("rm" "-r" "extensions")))) + ("rm" "-r" "extensions") + ("emacs" "--batch" "-l" "ox-texinfo" "README.org" + "--eval" "(setq org-babel-confirm-evaluate-answer-no t)" + "-f" "org-texinfo-export-to-texinfo")))) (elpaca debbugs) (elpaca (devdocs :pre-build (("emacs" "--batch" "-l" "ox-texinfo" "README.org" @@ -360,7 +364,8 @@ ("Dockerfile" . dockerfile-ts) ("bash" . sh) ("shell" . sh) - ("toml" . toml-ts)) + ("toml" . toml-ts) + ("C" . c)) ;; preview LaTeX fragments in Org buffers via SVG org-preview-latex-default-process 'dvisvgm ;; don't auto-save remote files -- 2.39.2