ソースを参照

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



読み込み中…
キャンセル
保存