瀏覽代碼

emacs.el: Change emacs server name according to emacs pid

pull/1/head
10sr 10 年之前
父節點
當前提交
9d0c5c8a18
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el 查看文件

@@ -884,6 +884,13 @@ found, otherwise returns nil."
(lazy-load-eval 'window-organizer)
(define-key ctl-x-map (kbd "w") 'window-organizer))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; server

(lazy-load-eval 'server nil
(setq server-name (concat "server"
(number-to-string (emacs-pid)))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks



Loading…
取消
儲存