Skip to content
Snippets Groups Projects
Commit c31f9e6b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Nettoyage encore

parent 91ec6b92
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,4 @@ myinit.el
/elpa/
/irony/
/projectile-bookmarks.eld
/transient/
\ No newline at end of file
;;; configuration --- Une configuration Emacs
;;; Commentary:
;;; configuration piochee sur le net
;;; Code:
(setq max-lisp-eval-depth 10000)
(setq max-specpdl-size 10000)
......@@ -5,7 +9,8 @@
(setq package-enable-at-startup nil)
(setq is-standalone nil)
;; set is-standalone to true to use the local melpa archive
(defvar is-standalone nil)
(if is-standalone
(setq package-archives '(("myelpa" . "~/.emacs.d/myelpa/")))
'((add-to-list 'package-archives
......@@ -56,6 +61,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0)))))
;; Local Variables:
;; byte-compile-warnings: (not free-vars)
;; End:
;;; Local Variables:
;;; byte-compile-warnings: (not free-vars)
;;; End: (provide 'init)
;;; init.el ends here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment