Files
emacs.d/elisp/custom.el
2018-10-04 13:45:30 -03:00

16 lines
828 B
EmacsLisp

(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.
'(package-selected-packages
(quote
(poly-noweb julia-mode zenburn-theme xref-js2 writeroom-mode slime racket-mode racer polymode paredit org-ref org-bullets org lua-mode json-mode js2-refactor ivy-bibtex haskell-mode geiser ess-smart-underscore counsel company-tern cargo auto-complete)))
'(tramp-syntax (quote default) nil (tramp)))
(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.
)