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

View File

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