Remove Goyo when composing mails with Mutt
This commit is contained in:
parent
207c45c6b2
commit
c7b065b0e4
@ -774,9 +774,10 @@ set sendmail_wait = 0 # no please don't silently fail, email is important
|
|||||||
unset record
|
unset record
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Use Vim to compose email, with a few default options.
|
** TODO [#A] Use Vim to compose email, with a few default options.
|
||||||
|
- [ ] Add Goyo by default and when closing it, close vim at the same time
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
set editor = "nvim -c ':Goyo' -c '/\\n--' -c ':noh' -c 'startinsert'"
|
set editor = "nvim -c '/\\n--' -c ':noh' -c 'startinsert'"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Basic Options
|
** Basic Options
|
||||||
|
@ -55,6 +55,7 @@ c.content.pdfjs = False
|
|||||||
# Valid values:
|
# Valid values:
|
||||||
# - system: Use the system wide proxy.
|
# - system: Use the system wide proxy.
|
||||||
# - none: Don't use any proxy
|
# - none: Don't use any proxy
|
||||||
|
# c.content.proxy = 'http://proxy.esrf.fr:3128'
|
||||||
c.content.proxy = 'system'
|
c.content.proxy = 'system'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user