Browse Source

fix bug

pull/1/head
10sr 12 years ago
parent
commit
4bffcce8be
1 changed files with 3 additions and 8 deletions
  1. +3
    -8
      emacs.el

+ 3
- 8
emacs.el View File

@@ -731,16 +731,11 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; frame buffer

(add-hook 'after-make-frame-functions
(lambda (frame)
(switch-to-buffer (recentf-open-files))))

;; (defvar aaa nil)
;; (plist-get aaa 'abc)
;; (setq aaa (plist-put aaa 'abc 'efg))
(add-hook 'before-make-frame-hook
(lambda ()
(switch-to-buffer "*Messages*")))

(defvar my-frame-buffer-plist nil)
;; (setplist my-frame-buffer-plist nil)

(defun my-frame-buffer-add (&optional buf frame)
""


Loading…
Cancel
Save