[qutebrowser] Set editor to use Emacsclient
This commit is contained in:
parent
277a9c5daa
commit
192106b9eb
1 changed files with 2 additions and 0 deletions
|
@ -528,3 +528,5 @@ c.fonts.default_size = '12pt'
|
|||
config.bind('<Alt-Shift-u>', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='insert')
|
||||
config.bind('pw', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='normal')
|
||||
|
||||
# Set Emacs as editor
|
||||
c.editor.command = ["es", "+{line}:{column0}", "{file}"]
|
||||
|
|
Loading…
Reference in a new issue