custom.el 1.4 KB

1234567891011121314151617181920212223
  1. ;;; custom.el -*- lexical-binding: t; -*-
  2. (custom-set-variables
  3. ;; custom-set-variables was added by Custom.
  4. ;; If you edit it by hand, you could mess it up, so be careful.
  5. ;; Your init file should contain only one such instance.
  6. ;; If there is more than one, they won't work right.
  7. '(org-file-apps
  8. '((auto-mode . emacs)
  9. (directory . emacs)
  10. ("\\.mm\\'" . default)
  11. ("\\.odt\\'" . "lowriter %s")
  12. ("\\.x?html?\\'" . "qutebrowser %s")
  13. ("\\.pdf\\'" . emacs)))
  14. '(package-selected-packages
  15. '(citar-org org-cite ebib-biblio ebib dired-sidebar org-contrib org-plus-contrib ox-extra ef-themes citar-embark org-roam-export org-roam-ui org-roam-bibtex hide-mode-line htmlize simple-httpd org-modern corfu-terminal corfu all-the-icons lilypond-mode LilyPond-mode typing rainbow-mode arxiv-mode nov writeroom-mode hide-lines smartparens yasnippet pdf-loader elfeed-org org-bullets ox-bibtex embark elfeed org-ref citar org-tree-slide visual-fill-column dired-open dired-hide-dotfiles auctex markdown-mode org-present ob-latex-as-png ox-twbs org-roam pdf-view-restore lorem-ipsum doom-modeline doom-themes solaire-mode rainbow-delimiters magit which-key orderless marginalia vertico use-package pdf-tools)))
  16. (custom-set-faces
  17. ;; custom-set-faces was added by Custom.
  18. ;; If you edit it by hand, you could mess it up, so be careful.
  19. ;; Your init file should contain only one such instance.
  20. ;; If there is more than one, they won't work right.
  21. )