diff options
| author | bard <[email protected]> | 2023-12-11 06:06:15 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2023-12-11 06:06:15 -0500 |
| commit | b709b8db2892315edfa6798de7a9af68e3c977d9 (patch) | |
| tree | 25fc32714c3af142456f8c2bf8ab7b7f066f8790 /init.el | |
| parent | 94a76b994a741decf025ae5d5f2f1265977a3115 (diff) | |
gruvbox
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -34,6 +34,7 @@ (defun load-directory (dir) "Load all .el files in the specified directory." (dolist (file (directory-files dir t "\\.el$")) + (message "Loading file: %s" file) (load file))) ;; Load all .el files in the bard-elisp directory @@ -78,8 +79,11 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(org-format-latex-options + '(:foreground default :background default :scale 1.0 :html-foreground "Black" :html-background "Transparent" :html-scale 1.6 :matchers + ("begin" "$1" "$" "$$" "\\(" "\\["))) '(package-selected-packages - '(helm-rg helm smartparens smart-parens flycheck vterm zenburn-theme yasnippet-snippets which-key vertico use-package toc-org tao-theme sly rainbow-mode projectile pdf-tools org-roam-ui org-cliplink orderless olivetti multiple-cursors modus-themes mixed-pitch marginalia magit hl-todo haskell-mode expand-region elfeed-org elfeed-goodies ef-themes dashboard counsel company clojure-snippets cider))) + '(zenburn-theme gruber-darker-theme gruber-darker org-bullets org-bullet gruvbox-theme tuareg emacs-everywhere helm-gtags helm-rg helm smartparens smart-parens flycheck vterm yasnippet-snippets which-key vertico use-package toc-org tao-theme sly rainbow-mode projectile pdf-tools org-roam-ui org-cliplink orderless olivetti multiple-cursors modus-themes mixed-pitch marginalia magit hl-todo haskell-mode expand-region elfeed-org elfeed-goodies ef-themes dashboard counsel company clojure-snippets cider))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |
