]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Update Emacs configuration
authorEshel Yaron <me@eshelyaron.com>
Tue, 17 Oct 2023 07:26:46 +0000 (09:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 17 Oct 2023 07:26:46 +0000 (09:26 +0200)
.emacs.d/init.el

index 45e75f1d4d67aa4995e062b32e9f46a199234acb..05b76d3c0a85e867c9f397f37740f88d53329864 100644 (file)
@@ -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)
 (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"
                       ("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