Add mu index on each synchronization and add mu autocompletion on vim

This commit is contained in:
Thomas Dehaeze 2019-06-22 17:19:38 +02:00
parent 3d7b3ded40
commit e23f7c8e83
2 changed files with 4 additions and 1 deletions

View File

@ -153,7 +153,7 @@
# =============================================================
# Indexation and Tags
# notmuch new
# mu index --maildir=~/.mail --quiet
mu index --maildir=~/.mail --quiet
# Update on Emacs
# if [ "$(($new-$old))" -gt 0 ]; then
# emacsclient --eval '(mu4e-update-index)';
@ -286,6 +286,7 @@
[Install]
WantedBy=default.target
#+end_src
* Neomutt
** Service
:PROPERTIES:
@ -306,6 +307,7 @@
[Install]
WantedBy=default.target
#+end_src
* Powertop
** Service
:PROPERTIES:

View File

@ -91,6 +91,7 @@
** Auto Completion
#+BEGIN_SRC conf
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } " Dark powered asynchronous completion framework for neovim
Plug 'Nelyah/deoplete-mu' " Completion of Contacts using Mu
#+END_SRC
** Tmux