More contrast

This commit is contained in:
Iñaki
2017-09-05 20:56:54 +02:00
parent 6c9ded36fc
commit e4ebc820b7
4 changed files with 12 additions and 6 deletions

View File

@@ -34,7 +34,8 @@
backup-directory-alist `((".*" . ,temporary-file-directory))
auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
undo-tree-auto-save-history t
vc-mode 1)
vc-mode 1
jdee-server-dir "/Users/you/.emacs.d/jdee-server")
(global-auto-revert-mode 1)
(electric-pair-mode 1)
@@ -96,6 +97,7 @@
((string-match "libvirt/" bname) (c-set-style "libvirt"))
((string-match "datastructures/" bname) (c-set-style "linux"))
((string-match "linux/" bname) (c-set-style "linux-tabs-only"))
((string-match ".*" bname) (c-set-style "linux"))
)))
(defun remove-elc-on-save ()