diff --git a/+org.el b/+org.el index f4f3f04..aadcc1e 100644 --- a/+org.el +++ b/+org.el @@ -36,3 +36,5 @@ (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no"))) ;; Enter writeroom-mode in all org files (add-hook 'org-mode-hook 'global-writeroom-mode) +;; Respect LANGUAGE export variable +(add-to-list 'org-latex-packages-alist '("AUTO" "babel" t ("pdflatex"))) diff --git a/+ui.el b/+ui.el index 0fbc00c..5b02de8 100644 --- a/+ui.el +++ b/+ui.el @@ -3,8 +3,6 @@ ;; Set Font and theme (setq doom-font (font-spec :family "Iosevka Medium" :size 16) doom-theme 'doom-nord) -;; Start maximized -(add-to-list 'default-frame-alist '(fullscreen . maximized)) ;; Display Magit status in fullscreen (after! magit (setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1)) diff --git a/config.el b/config.el index f632c4c..fc8b75d 100644 --- a/config.el +++ b/config.el @@ -21,7 +21,7 @@ ;; Enter writeroom and disable completion and line numbers in Markdown (after! markdown (set-company-backend! 'markdown-mode nil) - (add-hook 'markdown-mode-hook '(lambda () (display-line-numbers-mode -1))) + (add-hook 'markdown-mode-hook (lambda () (display-line-numbers-mode -1))) (add-hook 'markdown-mode-hook 'global-writeroom-mode)) ;; Reload file from disk without confirmation (defun revert-buffer-no-confirm () diff --git a/init.el b/init.el index cf8b9dc..0a5f052 100644 --- a/init.el +++ b/init.el @@ -121,7 +121,7 @@ ;;(haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; - ;;(java +meghanada) ; the poster child for carpal tunnel syndrome + (java +meghanada) ; the poster child for carpal tunnel syndrome ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) @@ -156,7 +156,7 @@ ;;scheme ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;solidity ; do you need a blockchain? No. - ;;swift ; who asked for emoji variables? + swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. web ; the tubes