Commit 688b163c2c50cf0a9553548775390834fa711c50

Thomas de Grivel 2020-10-23T10:01:14

emacs

diff --git a/.emacs b/.emacs
index 26effc5..4d42c4d 100644
--- a/.emacs
+++ b/.emacs
@@ -38,14 +38,14 @@
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  '(blink-cursor-mode nil)
- '(c-basic-offset 2)
+ '(c-basic-offset 8)
  '(column-number-mode t)
- '(ido-mode (quote both) nil (ido))
+ '(ido-mode 'both nil (ido))
  '(indent-tabs-mode nil)
  '(inhibit-startup-screen t)
  '(js-indent-level 2)
  '(menu-bar-mode nil)
- '(package-selected-packages (quote (web-mode alchemist elixir-mode)))
+ '(package-selected-packages '(web-mode alchemist elixir-mode))
  '(scroll-bar-mode nil)
  '(show-paren-mode t)
  '(tool-bar-mode nil)