From 9ccb99ee15f087a30eb746adb48984b49d5a6d79 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 22 Sep 2014 21:50:21 +0200 Subject: Reuse existing Emacs frame if possible --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/.config') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 638906a..59c2fcb 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -78,7 +78,7 @@ avandu.ttrss_url = "https://ryuslash.org/tt-rss/api/" -- This is used later as the default terminal and editor to run. terminal = "urxvtc" -editor = "emacsclient -c" +editor = "emacsclient" editor_cmd = editor -- Default modkey. -- cgit v1.2.3-54-g00ecf