;;; init-custom.el --- Where Emacs saves gui-settable customizations. ;;; Commentary: ;;; Code: (custom-set-variables ;; custom-set-variables was added by Custom. ;; 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. '(TeX-engine 'luatex) '(TeX-view-program-list '(("Firefox" ("firefox %o") nil))) '(TeX-view-program-selection '(((output-dvi has-no-display-manager) "dvi2tty") ((output-dvi style-pstricks) "dvips and gv") (output-dvi "xdvi") (output-pdf "Evince") (output-html "xdg-open"))) '(ansi-color-names-vector ["#3F3F3F" "#CC9393" "#7F9F7F" "#F0DFAF" "#8CD0D3" "#DC8CC3" "#93E0E3" "#DCDCCC"]) '(browse-url-browser-function 'browse-url-firefox) '(column-number-mode t) '(company-quickhelp-color-background "#4F4F4F") '(company-quickhelp-color-foreground "#DCDCCC") '(cua-mode t nil (cua-base)) '(cursor-type t) '(custom-enabled-themes '(gotham)) '(custom-safe-themes '("3a2e0c5597f6d74d99daa2b5bbbc2a653d02d6b88fcd73d3c84ebf25cde37b3f" default)) '(dired-listing-switches "-alh") '(electric-indent-mode t) '(erc-modules '(autojoin button completion services spelling track netsplit fill match readonly networks ring noncommands irccontrols move-to-prompt stamp menu list)) '(fci-rule-color "#383838") '(fringe-mode '(16 . 0) nil (fringe)) '(global-display-line-numbers-mode t) '(indicate-empty-lines t) '(ledger-reports '(("bal" "%(binary) -f %(ledger-file) bal") ("bal-USD" "%(binary) -f %(ledger-file) bal --exchange USD") ("reg" "%(binary) -f %(ledger-file) reg") ("net-worth" "%(binary) -f %(ledger-file) bal ^Assets ^Liabilities --exchange USD") ("net-income" "%(binary) -f %(ledger-file) bal ^Income ^Expenses --exchange USD --depth 2 --invert") ("payee" "%(binary) -f %(ledger-file) reg @%(payee)") ("account" "%(binary) -f %(ledger-file) reg %(account)") ("budget" "%(binary) -f %(ledger-file) budget --exchange USD")) t) '(line-number-mode nil) '(message-required-headers '((optional . References) From)) '(nrepl-message-colors '("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3")) '(org-agenda-include-diary t) '(org-ditaa-jar-path "/usr/share/java/ditaa/ditaa-0.11.jar") '(org-file-apps '((auto-mode . emacs) (directory . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . "firefox %s") ("\\.pdf\\'" . "firefox %s"))) '(org-fontify-done-headline nil) '(org-latex-compiler "lualatex") '(org-latex-remove-logfiles t) '(org-log-done 'time) '(org-log-done-with-time nil) '(org-src-lang-modes '(("C" . c) ("C++" . c++) ("asymptote" . asy) ("bash" . sh) ("beamer" . latex) ("calc" . fundamental) ("cpp" . c++) ("ditaa" . artist) ("dot" . fundamental) ("elisp" . emacs-lisp) ("ocaml" . tuareg) ("screen" . shell-script) ("shell" . sh) ("sqlite" . sql) ("plantuml" . plantuml))) '(org-startup-align-all-tables t) '(org-table-convert-region-max-lines 3000) '(org-tags-column -66) '(package-selected-packages '(smalltalk-mode gst gst-mode gotham-theme auctex js-mode javascript-mode js2 javascript nginx-mode company web-mode jinja2-mode jinja-mode python-black molokai-theme ox-groff all-the-icons ivy yasnippet which-key use-package undo-tree tuareg rich-minority rainbow-mode rainbow-delimiters py-yapf projectile plantuml-mode pdf-tools magit lua-mode ledger-mode hungry-delete haskell-mode gnuplot flycheck emojify dumb-jump csv-mode counsel auctex-latexmk)) '(pdf-view-midnight-colors '("#DCDCCC" . "#383838")) '(safe-local-variable-values '((org-confirm-babel-evaluate))) '(save-place-mode t) '(send-mail-function 'smtpmail-send-it) '(show-paren-mode t) '(size-indication-mode t) '(smtpmail-smtp-server "smtp.gmail.com") '(smtpmail-smtp-service 587) '(tool-bar-mode nil) '(treemacs-width 24) '(vc-annotate-background "#2B2B2B") '(vc-annotate-color-map '((20 . "#BC8383") (40 . "#CC9393") (60 . "#DFAF8F") (80 . "#D0BF8F") (100 . "#E0CF9F") (120 . "#F0DFAF") (140 . "#5F7F5F") (160 . "#7F9F7F") (180 . "#8FB28F") (200 . "#9FC59F") (220 . "#AFD8AF") (240 . "#BFEBBF") (260 . "#93E0E3") (280 . "#6CA0A3") (300 . "#7CB8BB") (320 . "#8CD0D3") (340 . "#94BFF3") (360 . "#DC8CC3"))) '(vc-annotate-very-old-color "#DC8CC3") '(window-divider-default-places 'right-only) '(window-divider-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; 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. '(default ((t (:family "Monoisome" :foundry "PfEd" :slant normal :weight regular :height 120 :width semi-condensed)))))