Commit 5e267ed860c8

Vincent Demeester <vincent+git@demeester.fr>
2014-08-09 14:52:36
Few fixes + yes-or-no-p
1 parent b665dec
Changed files (3)
.emacs.d/custom.el
@@ -0,0 +1,12 @@
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; 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.
+ '(custom-safe-themes (quote ("1989847d22966b1403bab8c674354b4a2adf6e03e0ffebe097a6bd8a32be1e19" "83edec0673149efea7ecda808ebea37f81b9d165e45f339bf939378371db736e" default))))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; 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.
+ )
.emacs.d/emacs.org
@@ -248,6 +248,14 @@
 (setq require-final-newline t)
     #+end_src
 
+Answering yes and no to each question from Emacs can be tedious, a single y or n will suffice.
+
+
+#+BEGIN_SRC emacs-lisp
+  (fset 'yes-or-no-p 'y-or-n-p)
+#+END_SRC
+
+
 **** DONE Encoding
 
      Make sur that we use ~utf-8~ by default.
@@ -646,7 +654,7 @@
        (add-hook 'emacs-lisp-mode-hook
                  (lambda ()
                    (my/lisps-mode-hook)
-                   (eldoc-mode t))
+                   (eldoc-mode 1))
                  )
      #+END_SRC
 
.emacs.d/tramp
@@ -0,0 +1,38 @@
+;; -*- emacs-lisp -*- <14/03/03 11:57:55 /home/vincent/.emacs.d/tramp>
+;; Tramp connection history.  Don't change this file.
+;; You can delete it, forcing Tramp to reapply the checks.
+
+((["scpc" nil "sif" nil nil]
+  ("uname" "Linux 3.2.0-4-amd64")
+  ("test" "test")
+  ("remote-path"
+   ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
+  ("remote-shell" "/bin/sh")
+  ("busybox" nil)
+  ("perl-file-spec" t)
+  ("perl-cwd-realpath" t)
+  ("perl" "\\perl")
+  ("~" "/home/vincent")
+  ("readlink" "\\readlink")
+  ("stat" "\\stat")
+  ("file-exists" "test -e")
+  ("id" "/usr/bin/id")
+  ("gid-integer" 1000))
+ (["scpc" "vincent" "sif" nil nil]
+  ("uname" "Linux 3.2.0-4-amd64")
+  ("test" "test")
+  ("remote-path"
+   ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
+  ("remote-shell" "/bin/sh")
+  ("busybox" nil)
+  ("~" "/home/vincent")
+  ("file-exists" "test -e")
+  ("stat" "\\stat")
+  ("ls" "/bin/ls --color=never")
+  ("id" "/usr/bin/id")
+  ("uid-integer" 1000)
+  ("gid-integer" 1000)
+  ("readlink" "\\readlink")
+  ("perl-file-spec" t)
+  ("perl-cwd-realpath" t)
+  ("perl" "\\perl")))