Commit 87847c38c417572af8891f52f6446996ae91fba1

Thomas de Grivel 2021-02-14T10:08:39

emacs config

diff --git a/.emacs b/.emacs
index 4d42c4d..dc4b9ad 100644
--- a/.emacs
+++ b/.emacs
@@ -38,7 +38,7 @@
  ;; 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 8)
+ '(c-basic-offset 2)
  '(column-number-mode t)
  '(ido-mode 'both nil (ido))
  '(indent-tabs-mode nil)
@@ -57,7 +57,7 @@
  ;; 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.
- '(default ((t (:inherit nil :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal :foundry "Adobe" :family "Courier"))))
+ '(default ((t (:inherit nil :extend nil :stipple nil :background "#fff" :foreground "#000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default"))))
  '(fringe ((t (:background "white"))))
  '(mode-line ((t (:background "gray" :foreground "black"))))
  '(mode-line-inactive ((t (:inherit mode-line :background "grey" :foreground "gray30"))))