savehist-file (concat user-emacs-directory ".savehist"))
(savehist-mode 1))
+;;; image dired
+
+
+;; dont see how to make this change existing thumbs
+;; image-dired-thumb-size
+
+
;;; dired
;; dired - reuse current buffer by pressing 'a'
;;'(header-line ((t (:background "default" :foreground "default" :overline nil :underline nil))))
;; '(region ((t nil))))
-;;; tramp debugging
+;; notes on tramp debugging:
;; emacs -Q
;; (setq tramp-verbose 10)
;; do the thing that fails, then open the very big buffer. I figured out somewhat randomly that it was failing to find readlink by doing type -P readlink, which fails in dash with: -P: not found
(interactive)
(mml-secure-message-encrypt-pgpmime 'dontsign))
-;; don't highlight the region.
-(set-face-background 'region nil)
+;; don't highlight the region. just changing things up.
+;;(set-face-background 'region nil)
+;;
;; this fixes save error for python example code
(define-coding-system-alias 'UTF-8 'utf-8)
;;;;; C-c - copy
(global-set-key (kbd "C-d") 'kill-ring-save)
+
+;; by default is does image-dired-delete-character, pretty useless.
+(add-hook 'image-dired-thumbnail-mode-hook
+ (lambda ()
+ (define-key image-dired-thumbnail-mode-map (kbd "C-d") nil)))
+
+
(add-hook 'c-mode-common-hook
(lambda ()
(define-key c-mode-map (kbd "C-d") nil)