From: Eshel Yaron Date: Tue, 17 Oct 2023 07:26:46 +0000 (+0200) Subject: Update Emacs configuration X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5016879594b04cea4ba60e650000e588d5dbdfd;p=dotfiles.git Update Emacs configuration --- 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