1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 20:17:07 +00:00
termux-packages/x11-packages/emacs-x/lisp-server.el.patch.beforehostbuild
2022-04-18 14:50:31 +05:30

12 lines
502 B
Plaintext

--- ./lisp/server.el.orig 2022-04-06 12:26:52.889010658 +0200
+++ ./lisp/server.el 2022-04-06 12:28:46.006501888 +0200
@@ -282,7 +282,7 @@
(if runtime-dir
(expand-file-name "emacs" runtime-dir)
(expand-file-name (format "emacs%d" (user-uid))
- (or (getenv "TMPDIR") "/tmp"))))))
+ "@TERMUX_PREFIX@/var/run")))))
"The directory in which to place the server socket.
If local sockets are not supported, this is nil.")