View raw

1 ;;; init-custom.el --- Where Emacs saves gui-settable customizations. 2 3 ;;; Commentary: 4 5 ;;; Code: 6 7 (custom-set-variables 8 ;; custom-set-variables was added by Custom. 9 ;; If you edit it by hand, you could mess it up, so be careful. 10 ;; Your init file should contain only one such instance. 11 ;; If there is more than one, they won't work right. 12 '(TeX-engine 'luatex) 13 '(TeX-view-program-list '(("Firefox" ("firefox %o") nil))) 14 '(TeX-view-program-selection 15 '(((output-dvi has-no-display-manager) 16 "dvi2tty") 17 ((output-dvi style-pstricks) 18 "dvips and gv") 19 (output-dvi "xdvi") 20 (output-pdf "Evince") 21 (output-html "xdg-open"))) 22 '(ansi-color-names-vector 23 ["#3F3F3F" "#CC9393" "#7F9F7F" "#F0DFAF" "#8CD0D3" "#DC8CC3" "#93E0E3" "#DCDCCC"]) 24 '(browse-url-browser-function 'browse-url-firefox) 25 '(column-number-mode t) 26 '(company-quickhelp-color-background "#4F4F4F") 27 '(company-quickhelp-color-foreground "#DCDCCC") 28 '(cua-mode t nil (cua-base)) 29 '(cursor-type t) 30 '(custom-enabled-themes '(gotham)) 31 '(custom-safe-themes 32 '("3a2e0c5597f6d74d99daa2b5bbbc2a653d02d6b88fcd73d3c84ebf25cde37b3f" default)) 33 '(dired-listing-switches "-alh") 34 '(electric-indent-mode t) 35 '(erc-modules 36 '(autojoin button completion services spelling track netsplit fill match readonly networks ring noncommands irccontrols move-to-prompt stamp menu list)) 37 '(fci-rule-color "#383838") 38 '(fringe-mode '(16 . 0) nil (fringe)) 39 '(global-display-line-numbers-mode t) 40 '(indicate-empty-lines t) 41 '(ledger-reports 42 '(("bal" "%(binary) -f %(ledger-file) bal") 43 ("bal-USD" "%(binary) -f %(ledger-file) bal --exchange USD") 44 ("reg" "%(binary) -f %(ledger-file) reg") 45 ("net-worth" "%(binary) -f %(ledger-file) bal ^Assets ^Liabilities --exchange USD") 46 ("net-income" "%(binary) -f %(ledger-file) bal ^Income ^Expenses --exchange USD --depth 2 --invert") 47 ("payee" "%(binary) -f %(ledger-file) reg @%(payee)") 48 ("account" "%(binary) -f %(ledger-file) reg %(account)") 49 ("budget" "%(binary) -f %(ledger-file) budget --exchange USD")) t) 50 '(line-number-mode nil) 51 '(message-required-headers '((optional . References) From)) 52 '(nrepl-message-colors 53 '("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3")) 54 '(org-agenda-include-diary t) 55 '(org-ditaa-jar-path "/usr/share/java/ditaa/ditaa-0.11.jar") 56 '(org-file-apps 57 '((auto-mode . emacs) 58 (directory . emacs) 59 ("\\.mm\\'" . default) 60 ("\\.x?html?\\'" . "firefox %s") 61 ("\\.pdf\\'" . "firefox %s"))) 62 '(org-fontify-done-headline nil) 63 '(org-latex-compiler "lualatex") 64 '(org-latex-remove-logfiles t) 65 '(org-log-done 'time) 66 '(org-log-done-with-time nil) 67 '(org-src-lang-modes 68 '(("C" . c) 69 ("C++" . c++) 70 ("asymptote" . asy) 71 ("bash" . sh) 72 ("beamer" . latex) 73 ("calc" . fundamental) 74 ("cpp" . c++) 75 ("ditaa" . artist) 76 ("dot" . fundamental) 77 ("elisp" . emacs-lisp) 78 ("ocaml" . tuareg) 79 ("screen" . shell-script) 80 ("shell" . sh) 81 ("sqlite" . sql) 82 ("plantuml" . plantuml))) 83 '(org-startup-align-all-tables t) 84 '(org-table-convert-region-max-lines 3000) 85 '(org-tags-column -66) 86 '(package-selected-packages 87 '(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)) 88 '(pdf-view-midnight-colors '("#DCDCCC" . "#383838")) 89 '(safe-local-variable-values '((org-confirm-babel-evaluate))) 90 '(save-place-mode t) 91 '(send-mail-function 'smtpmail-send-it) 92 '(show-paren-mode t) 93 '(size-indication-mode t) 94 '(smtpmail-smtp-server "smtp.gmail.com") 95 '(smtpmail-smtp-service 587) 96 '(tool-bar-mode nil) 97 '(treemacs-width 24) 98 '(vc-annotate-background "#2B2B2B") 99 '(vc-annotate-color-map 100 '((20 . "#BC8383") 101 (40 . "#CC9393") 102 (60 . "#DFAF8F") 103 (80 . "#D0BF8F") 104 (100 . "#E0CF9F") 105 (120 . "#F0DFAF") 106 (140 . "#5F7F5F") 107 (160 . "#7F9F7F") 108 (180 . "#8FB28F") 109 (200 . "#9FC59F") 110 (220 . "#AFD8AF") 111 (240 . "#BFEBBF") 112 (260 . "#93E0E3") 113 (280 . "#6CA0A3") 114 (300 . "#7CB8BB") 115 (320 . "#8CD0D3") 116 (340 . "#94BFF3") 117 (360 . "#DC8CC3"))) 118 '(vc-annotate-very-old-color "#DC8CC3") 119 '(window-divider-default-places 'right-only) 120 '(window-divider-mode t)) 121 (custom-set-faces 122 ;; custom-set-faces was added by Custom. 123 ;; If you edit it by hand, you could mess it up, so be careful. 124 ;; Your init file should contain only one such instance. 125 ;; If there is more than one, they won't work right. 126 '(default ((t (:family "Monoisome" :foundry "PfEd" :slant normal :weight regular :height 120 :width semi-condensed))))) 127