Select Git revision
.init-custom.el
-
Stéphane Del Pino authoredStéphane Del Pino authored
.init-custom.el 2.31 KiB
;;; .init-custom --- Customisation initlale
;;; Commentary:
;;;
;;; NE PAS EDITER CE FICHIER
;;; CUSTOMISATION INITIALE DES VARIABLES POUR LA CONFIG
;;;
;;; CHANGER LES VALEURS ICI N'AURA PAS D'EFFET POUR QUE DES
;;; CHANGEMENTS AIENT UN EFFET IL FAUT SUPPRIMER LE FICHIER
;;; "custom.el" CE QUI N'EST GENERALEMENT PAS RECOMMANDÉ
;;;
;;; Code:
(custom-set-variables
'(TeX-command-extra-options "-synctex=1")
'(all-the-icons-ivy-buffer-commands (quote (ivy-switch-buffer-other-window ivy-switch-buffer)))
'(display-line-numbers-widen t)
'(elpy-rpc-backend "jedi" t)
'(hydra-hint-display-type (quote posframe))
'(ispell-dictionary "american")
'(org-confirm-babel-evaluate nil)
'(org-default-notes-file (concat org-directory "/notes.org"))
'(org-export-html-postamble nil)
'(org-hide-leading-stars t)
'(org-latex-listings (quote minted))
'(org-src-fontify-natively t)
'(org-startup-folded (quote overview))
'(org-startup-indented t)
'(package-selected-packages
(quote
(better-shell tabbar cmake-font-lock alect-theme zero-dark-theme autumn-light-theme solarized-dark-theme misterioso misterioso-theme zenburn sourcerer-theme flycheck-pos-tip flycheck-clojure ox-reveal posframe processing-snippets processing-mode rg deadgrep flycheck-rust cargo racer yasnippet-classic-snippets rustic lsp-rust lsp-java company-lsp lsp-ui lsp-mode lsp yasnippet-snippets counsel-spotify exec-path-from-shell easy-kill auto-yasnippet org-pdfview pdf-tools atomic-chrome mingus simple-mpc pcre2el ag wgrep-ag wgrep haskell-mode aggressive-indent prodigy origami dumb-jump cider ggtags circe-notifications circe org-gcal mu4e-alert git-timemachine git-gutter magit hydra default-text-scale smartparens projectile auctex tern-auto-complete tern js2-refactor ac-js2 js2-mode emmet-mode web-mode iedit expand-region multiple-cursors hungry-delete beacon undo-tree virtualenvwrapper elpy flycheck tao-theme poet-theme faff-theme zerodark-theme alect-themes moe-theme base16-theme zenburn-theme color-theme-modern company-jedi company counsel ace-window htmlize noflet org-bullets which-key try use-package)))
'(sp-escape-quotes-after-insert nil)
'(pdf-view-incompatible-modes
(quote
(linum-mode linum-relative-mode helm-linum-relative-mode nlinum-mode nlinum-hl-mode nlinum-relative-mode yalinum-mode display-line-numbers-mode))))
;;; .init-custom.el ends here