diff options
| author | 2014-09-22 21:50:21 +0200 | |
|---|---|---|
| committer | 2014-09-22 21:50:21 +0200 | |
| commit | 9ccb99ee15f087a30eb746adb48984b49d5a6d79 (patch) | |
| tree | e6bb1b6fb3fc6ef8fc09c4d4b01a2518501f22f7 /awesome | |
| parent | 440c0cc3ca6d7e1338e8134311952d27a1c9a616 (diff) | |
| download | dotfiles-9ccb99ee15f087a30eb746adb48984b49d5a6d79.tar.gz dotfiles-9ccb99ee15f087a30eb746adb48984b49d5a6d79.zip | |
Reuse existing Emacs frame if possible
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
