diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-05-12 21:15:51 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-05-12 21:15:51 +0300 |
| commit | 093267e9c862760becc2637ba8d44e9c48f32c70 (patch) | |
| tree | d2d3337566befb1997b5eae4ae22e162da4f4473 | |
| parent | wigust: emacs-athena: Add emacs-tramp-sudo.patch. (diff) | |
| download | guix-wigust-origin/test.tar.gz | |
wigust: emacs-athena: Disable 'emacs-xterm-mouse-support'.origin/test
* wigust/packages/emacs.scm (emacs-athena): Disable
'emacs-xterm-mouse-support'.
| -rw-r--r-- | wigust/packages/emacs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index d947549..3424344 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -94,7 +94,7 @@ (inherit (package-source emacs)) (patches (fold cons* '() (origin-patches (package-source emacs)) - (search-patches "emacs-xterm-mouse-support.patch" + (search-patches ;; "emacs-xterm-mouse-support.patch" "emacs-tramp-sudo.patch"))))) (synopsis "The extensible, customizable, self-documenting text editor with athena toolkit" ) |
