├── .DS_Store ├── .auctex-auto └── config.el ├── config.el ├── config.org ├── custom.el ├── env ├── init.el ├── oldconfig.el ├── packages.el ├── readme.org └── snippets ├── emacs-lisp-mode └── defcustom ├── org-mode ├── Delta ├── Gamma ├── Pi ├── alpha ├── beta ├── bolddot ├── boldface ├── cdot ├── delta ├── dot ├── equation ├── fraction ├── gamma ├── hat ├── inline math ├── jsx ├── mathbb ├── mathbbN ├── mathbbR ├── mu ├── nu ├── operator ├── partial ├── pi ├── subscript ├── superscript ├── tcolorblock ├── tilde └── transclusion └── typescript-tsx-mode └── component /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/.DS_Store -------------------------------------------------------------------------------- /.auctex-auto/config.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/.auctex-auto/config.el -------------------------------------------------------------------------------- /config.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/config.el -------------------------------------------------------------------------------- /config.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/config.org -------------------------------------------------------------------------------- /custom.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/custom.el -------------------------------------------------------------------------------- /env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/env -------------------------------------------------------------------------------- /init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/init.el -------------------------------------------------------------------------------- /oldconfig.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/oldconfig.el -------------------------------------------------------------------------------- /packages.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/packages.el -------------------------------------------------------------------------------- /readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/readme.org -------------------------------------------------------------------------------- /snippets/emacs-lisp-mode/defcustom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/emacs-lisp-mode/defcustom -------------------------------------------------------------------------------- /snippets/org-mode/Delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/Delta -------------------------------------------------------------------------------- /snippets/org-mode/Gamma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/Gamma -------------------------------------------------------------------------------- /snippets/org-mode/Pi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/Pi -------------------------------------------------------------------------------- /snippets/org-mode/alpha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/alpha -------------------------------------------------------------------------------- /snippets/org-mode/beta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/beta -------------------------------------------------------------------------------- /snippets/org-mode/bolddot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/bolddot -------------------------------------------------------------------------------- /snippets/org-mode/boldface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/boldface -------------------------------------------------------------------------------- /snippets/org-mode/cdot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/cdot -------------------------------------------------------------------------------- /snippets/org-mode/delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/delta -------------------------------------------------------------------------------- /snippets/org-mode/dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/dot -------------------------------------------------------------------------------- /snippets/org-mode/equation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/equation -------------------------------------------------------------------------------- /snippets/org-mode/fraction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/fraction -------------------------------------------------------------------------------- /snippets/org-mode/gamma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/gamma -------------------------------------------------------------------------------- /snippets/org-mode/hat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/hat -------------------------------------------------------------------------------- /snippets/org-mode/inline math: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/inline math -------------------------------------------------------------------------------- /snippets/org-mode/jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/jsx -------------------------------------------------------------------------------- /snippets/org-mode/mathbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/mathbb -------------------------------------------------------------------------------- /snippets/org-mode/mathbbN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/mathbbN -------------------------------------------------------------------------------- /snippets/org-mode/mathbbR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/mathbbR -------------------------------------------------------------------------------- /snippets/org-mode/mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/mu -------------------------------------------------------------------------------- /snippets/org-mode/nu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/nu -------------------------------------------------------------------------------- /snippets/org-mode/operator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/operator -------------------------------------------------------------------------------- /snippets/org-mode/partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/partial -------------------------------------------------------------------------------- /snippets/org-mode/pi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/pi -------------------------------------------------------------------------------- /snippets/org-mode/subscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/subscript -------------------------------------------------------------------------------- /snippets/org-mode/superscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/superscript -------------------------------------------------------------------------------- /snippets/org-mode/tcolorblock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/tcolorblock -------------------------------------------------------------------------------- /snippets/org-mode/tilde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/tilde -------------------------------------------------------------------------------- /snippets/org-mode/transclusion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/org-mode/transclusion -------------------------------------------------------------------------------- /snippets/typescript-tsx-mode/component: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tefkah/doom-emacs-config/HEAD/snippets/typescript-tsx-mode/component --------------------------------------------------------------------------------