changeset 197:c6197677868c

customize: automatically upgraded settings I'm pretty sure customize changed these by itself. Neat!
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 08 Dec 2019 14:38:31 -0500
parents 1f4ccb3575d2
children 542bdd6b7739
files dotemacs.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -469,10 +469,10 @@
  '(tabbar-mode t nil (tabbar))
  '(text-mode-hook (quote (text-mode-hook-identify)))
  '(tool-bar-mode nil)
- '(tramp-default-method "ssh")
+ '(tramp-default-method "ssh" nil (tramp))
  '(tramp-remote-process-environment
    (quote
-    ("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "LC_ALL=C" "TERM=dumb" "EMACS=t" "INSIDE_EMACS='24.3.1,tramp:2.2.6-24.3'" "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=\"\"" "autocorrect=" "HGPLAIN=1" "correct=")))
+    ("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "LC_ALL=C" "TERM=dumb" "EMACS=t" "INSIDE_EMACS='24.3.1,tramp:2.2.6-24.3'" "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=\"\"" "autocorrect=" "HGPLAIN=1" "correct=")) nil (tramp))
  '(transient-mark-mode nil)
  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
  '(vc-follow-symlinks nil)
@@ -503,8 +503,8 @@
  '(erc-input-face ((t (:foreground "yellow"))))
  '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold))))
  '(erc-notice-face ((t (:foreground "lightgreen" :weight bold))))
- '(flymake-errline ((t (:background "#332525"))))
- '(flymake-warnline ((t (:background "#404033"))))
+ '(flymake-error ((t (:background "#332525"))))
+ '(flymake-warning ((t (:background "#404033"))))
  '(highlight ((((class color) (min-colors 88) (background dark)) (:background "#555"))))
  '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green"))))
  '(magit-diff-del ((t (:inherit diff-removed))))