Add some stuff
This commit is contained in:
parent
9dbf7bedb2
commit
8015a380be
1 changed files with 10 additions and 0 deletions
|
@ -1521,6 +1521,16 @@ from myaethon2.core.decorators import (
|
||||||
|
|
||||||
(load system-name :noerror)
|
(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
|
;;;; End
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
|
|
Loading…
Reference in a new issue