summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el43
1 files changed, 37 insertions, 6 deletions
diff --git a/init.el b/init.el
index 947011e..365502a 100644
--- a/init.el
+++ b/init.el
@@ -271,29 +271,60 @@ This functions should be added to the hooks of major modes for programming."
;; 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.
+ '(LaTeX-verbatim-environments (quote ("verbatim" "verbatim*" "lstlisting")))
+ '(TeX-view-program-selection
+ (quote
+ (((output-dvi has-no-display-manager)
+ "dvi2tty")
+ ((output-dvi style-pstricks)
+ "dvips and gv")
+ (output-dvi "xdvi")
+ (output-pdf "xdg-open")
+ (output-html "xdg-open"))))
'(company-racer-executable "~/.cargo/bin/racer")
'(completion-ignored-extensions
(quote
(".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".svn/" ".hg/" ".git/" ".bzr/" "CVS/" "_darcs/" "_MTN/" ".fmt" ".tfm" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".dfsl" ".pfsl" ".d64fsl" ".p64fsl" ".lx64fsl" ".lx32fsl" ".dx64fsl" ".dx32fsl" ".fx64fsl" ".fx32fsl" ".sx64fsl" ".sx32fsl" ".wx64fsl" ".wx32fsl" ".fasl" ".ufsl" ".fsl" ".dxl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".log")))
'(custom-safe-themes
(quote
- ("71ecffba18621354a1be303687f33b84788e13f40141580fa81e7840752d31bf" "561ba4316ba42fe75bc07a907647caa55fc883749ee4f8f280a29516525fc9e8" "a81bc918eceaee124247648fc9682caddd713897d7fd1398856a5b61a592cb62" default)))
+ ("7527f3308a83721f9b6d50a36698baaedc79ded9f6d5bd4e9a28a22ab13b3cb1" "4cbec5d41c8ca9742e7c31cc13d8d4d5a18bd3a0961c18eb56d69972bbcf3071" "06f0b439b62164c6f8f84fdda32b62fb50b6d00e8b01c2208e55543a6337433a" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" "a2dd771a05705be2a6e6adb6ddbc7a27ebf49edab1dffdbefe243096becba7c9" "71ecffba18621354a1be303687f33b84788e13f40141580fa81e7840752d31bf" "561ba4316ba42fe75bc07a907647caa55fc883749ee4f8f280a29516525fc9e8" "a81bc918eceaee124247648fc9682caddd713897d7fd1398856a5b61a592cb62" default)))
'(doc-view-continuous t)
+ '(font-latex-fontify-sectioning 1.0)
'(gofmt-command "goimports")
+ '(hl-sexp-background-color "#1c1f26")
'(ido-auto-merge-work-directories-length -1)
'(jabber-account-list
(quote
(("david@genki.is"
(:password . "CWr2jexUWcvuzMyLLEhI")))))
- '(js-indent-level 2)
- '(js-switch-indent-offset 2)
'(js2-strict-trailing-comma-warning nil)
+ '(org-agenda-files nil)
+ '(org-html-container-element "section")
+ '(org-html-divs
+ (quote
+ ((preamble "div" "preamble")
+ (content "article" "content")
+ (postamble "footer" "postamble"))))
+ '(org-html-doctype "html5")
+ '(org-html-html5-fancy t)
+ '(org-html-htmlize-output-type (quote css))
+ '(org-preview-latex-default-process (quote imagemagick))
+ '(org-startup-folded nil)
'(package-selected-packages
(quote
- (company-go go-eldoc go-guru go-mode lua-mode company-racer material-theme yaml-mode web-mode tuareg tide smex racket-mode racer powerline paredit multiple-cursors markdown-mode magit json-mode js2-mode ido-vertical-mode haskell-mode goto-last-change glsl-mode flycheck-rust flycheck-elm fill-column-indicator expand-region evil-vimish-fold evil-surround evil-rsi evil-mc evil-escape elm-yasnippets elm-mode deferred cyberpunk-theme cargo auctex alchemist)))
+ (rainbow-delimiters nord-theme ace-window counsel ivy moe-theme ag imenu-anywhere org-ref htmlize ox-reveal color-theme-sanityinc-tomorrow white-theme org adaptive-wrap company-go go-eldoc go-guru go-mode lua-mode company-racer material-theme yaml-mode web-mode tuareg tide smex racket-mode racer powerline paredit multiple-cursors markdown-mode magit json-mode js2-mode ido-vertical-mode haskell-mode goto-last-change glsl-mode flycheck-rust flycheck-elm fill-column-indicator expand-region evil-vimish-fold evil-surround evil-rsi evil-mc evil-escape elm-yasnippets elm-mode deferred cyberpunk-theme cargo auctex alchemist)))
'(racer-cmd "/home/lidavidm/.cargo/bin/racer")
'(racer-rust-src-path "$(rustc --print sysroot)/lib/rustlib/src/rust/src")
- '(safe-local-variable-values (quote ((js2-basic-offset . 4) (js2-basic-offset 4))))
+ '(safe-local-variable-values
+ (quote
+ ((coq-prog-args "-emacs" "-I" "./cpdtlib/")
+ (org-latex-pdf-process "latexmk -shell-escape -bibtex -pdf %f")
+ (org-html-htmlize-output-type . "inline-css")
+ (org-html-htmlize-output-type . "css")
+ (org-html-metadata-timestamp-format . "%A, %B %d, %Y")
+ (org-src-fontify-natively)
+ (js2-basic-offset . 4)
+ (js2-basic-offset 4))))
'(tide-tsserver-executable "node_modules/typescript/bin/tsserver"))
;; custom variables
@@ -303,7 +334,7 @@ This functions should be added to the hooks of major modes for programming."
;; 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.
- )
+ '(font-latex-sectioning-5-face ((t (:foreground "deep sky blue" :slant italic :height 1.15 :family "Charis SIL")))))
(provide 'init)
;;; init.el ends here