Add some stuff

This commit is contained in:
Tom Willemse 2015-04-20 01:01:23 +02:00
parent 9dbf7bedb2
commit 8015a380be

View file

@ -1521,6 +1521,16 @@ from myaethon2.core.decorators import (
(load system-name :noerror)
(setq magit-last-seen-setup-instructions "1.4.0")
;;; Test
;; (defun my-special-buffer-predicate (buffer)
;; (string-prefix-p "*eshell*" (buffer-name buffer)))
;; (setq special-display-buffer-names
;; '(("*eshell*" (unsplittable . t) (buffer-predicate . my-special-buffer-predicate))))
;;;; End
(provide 'init)