summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2014-11-05 14:31:36 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2014-11-05 14:31:36 +0000
commit2ce6ec467ad7ae368a12e33ab1aaeaf30097053d (patch)
treeafa237830bc642f2cc46d6705c7f5b2358e3a369
parentconfluence mode config (diff)
downloademacs-2ce6ec467ad7ae368a12e33ab1aaeaf30097053d.tar.gz
emacs-2ce6ec467ad7ae368a12e33ab1aaeaf30097053d.tar.bz2
emacs-2ce6ec467ad7ae368a12e33ab1aaeaf30097053d.zip
random automatic changes
-rwxr-xr-xinit.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/init.el b/init.el
index 76bdec8..4f8ac87 100755
--- a/init.el
+++ b/init.el
@@ -12,7 +12,7 @@
;; If there is more than one, they won't work right.
'(auto-coding-alist (quote (("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion) ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion) ("^/home/dakkar/.claws-mail/tmp" . utf-8))))
'(browse-url-browser-function (quote browse-url-generic))
- '(browse-url-generic-program "/usr/bin/firefox" t)
+ '(browse-url-generic-program "/usr/bin/firefox")
'(browse-url-lynx-input-attempts 10 t)
'(browse-url-netscape-program "/usr/bin/firefox")
'(c-cleanup-list (quote (brace-else-brace brace-elseif-brace brace-catch-brace empty-defun-braces scope-operator)))
@@ -100,7 +100,7 @@
'(sgml-markup-faces (quote ((start-tag . font-lock-builtin-face) (end-tag . font-lock-builtin-face) (comment . font-lock-comment-face) (pi . bold) (sgml . bold) (doctype . bold) (entity . italic) (shortref . bold))) t)
'(sgml-name-8bit-mode nil)
'(sgml-set-face t t)
- '(sgml-slash-distance nil t)
+ '(sgml-slash-distance nil)
'(smiley-regexp-alist nil)
'(speedbar-show-unknown-files nil)
'(speedbar-supported-extension-expressions (quote (".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?" ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".f\\(90\\|77\\|or\\)?" ".ada" ".pl" ".tcl" ".m" ".scm" ".pm" ".py" ".s?html" "Makefile\\(\\.in\\)?" ".x[ms]l")))
@@ -134,12 +134,12 @@
'(cperl-hash-face ((((class color) (background dark)) (:bold t :italic t :foreground "green"))))
'(font-lock-builtin-face ((((class color) (background dark)) (:foreground "LightGreen"))))
'(font-lock-comment-face ((((class color) (background dark)) (:italic t :foreground "Gray"))))
- '(message-cited-text-face ((((class color) (background dark)) (:box (:line-width 1 :color "grey75" :style pressed-button) :slant italic))))
- '(message-header-cc-face ((t (:foreground "green3" :weight bold))))
- '(message-header-name-face ((((class color) (background dark)) (:foreground "#00f0ff" :weight bold))))
- '(message-header-newsgroups-face ((t (:foreground "yellow3" :slant italic :weight bold))))
- '(message-header-other-face ((((class color) (background dark)) (:foreground "#b0b000"))))
- '(message-mml-face ((((class color) (background dark)) (:foreground "#00f00f"))))
+ '(message-cited-text-face ((((class color) (background dark)) (:box (:line-width 1 :color "grey75" :style pressed-button) :slant italic))) t)
+ '(message-header-cc-face ((t (:foreground "green3" :weight bold))) t)
+ '(message-header-name-face ((((class color) (background dark)) (:foreground "#00f0ff" :weight bold))) t)
+ '(message-header-newsgroups-face ((t (:foreground "yellow3" :slant italic :weight bold))) t)
+ '(message-header-other-face ((((class color) (background dark)) (:foreground "#b0b000"))) t)
+ '(message-mml-face ((((class color) (background dark)) (:foreground "#00f00f"))) t)
'(nxml-attribute-colon-face ((t (:inherit nxml-element-colon-face))))
'(nxml-attribute-prefix-face ((t (:inherit nxml-element-prefix-face))))
'(nxml-comment-content-face ((t (:foreground "darkgray" :slant italic))))