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
|
||||||
|
@ -32,30 +32,31 @@ c.confirm_quit = ['downloads']
|
|||||||
|
|
||||||
* Content
|
* Content
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
# Automatically start playing `<video>` elements
|
# Automatically start playing `<video>` elements
|
||||||
c.content.autoplay = False
|
c.content.autoplay = False
|
||||||
|
|
||||||
# Allow websites to request geolocations.
|
# Allow websites to request geolocations.
|
||||||
c.content.geolocation = 'ask'
|
c.content.geolocation = 'ask'
|
||||||
|
|
||||||
# Show javascript alerts.
|
# Show javascript alerts.
|
||||||
c.content.javascript.alert = True
|
c.content.javascript.alert = True
|
||||||
|
|
||||||
# Allow JavaScript to read from or write to the clipboard
|
# Allow JavaScript to read from or write to the clipboard
|
||||||
c.content.javascript.can_access_clipboard = True
|
c.content.javascript.can_access_clipboard = True
|
||||||
|
|
||||||
# Allow websites to record audio/video.
|
# Allow websites to record audio/video.
|
||||||
c.content.media_capture = 'ask'
|
c.content.media_capture = 'ask'
|
||||||
|
|
||||||
# Allow pdf.js to view PDF files in the browser
|
# Allow pdf.js to view PDF files in the browser
|
||||||
c.content.pdfjs = False
|
c.content.pdfjs = False
|
||||||
|
|
||||||
# Proxy to use. In addition to the listed values, you can use a
|
# Proxy to use. In addition to the listed values, you can use a
|
||||||
# `socks://...` or `http://...` URL.
|
# `socks://...` or `http://...` URL.
|
||||||
# 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 = 'system'
|
# c.content.proxy = 'http://proxy.esrf.fr:3128'
|
||||||
|
c.content.proxy = 'system'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Downloads
|
* Downloads
|
||||||
|
Loading…
Reference in New Issue
Block a user